laurens/leap

leap is an open source PHP framework.

Maintainers

Details

github.com/laurensV/leap

Source

Issues

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 0

Type:project

dev-master 2018-04-02 18:01 UTC

This package is auto-updated.

Last update: 2024-04-12 08:56:27 UTC


README

687474703a2f2f696d67682e75732f6c6561702d6c6f676f2e737667

Lightweight Extensible Adaptable PHP framework made by Laurens Verspeek

Docker

You can install docker and docker-compose and run leap with:

docker-compose up -d

Then you can visit leap on localhost:8080

Folder Structure

  • Directory core contains the core files for the framework
  • Directory site will hold all files for your site (pages, javascript, stylesheets, images etc.)
  • Directory plugins contains all plugins.
  • Directory files will contain all files created or uploaded by the webserver. It is therefore important that the directory is writable for the webserver. See ... for more help.
  • Directory vendor contains all external libraries