variable / leap
leap is an open source PHP framework.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- davidbarratt/custom-installer: 1.0.*@dev
- variable/leap-core: *
- wikimedia/composer-merge-plugin: dev-master
Requires (Dev)
- phpunit/phpunit: 5.5.*
This package is auto-updated.
Last update: 2025-03-12 11:10:25 UTC
README
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