biobii / fylite
FYLite is mini MVC framework for small application. Lite, simple and easy to use.
Installs: 74
Dependents: 0
Suggesters: 0
Security: 0
Stars: 13
Watchers: 6
Forks: 7
Open Issues: 0
Type:project
Requires
- php: >=5.6.0
- jenssegers/blade: ^1.1
- nikic/fast-route: ^1.3
- slim/pdo: ~1.10
This package is not auto-updated.
Last update: 2025-03-02 06:51:22 UTC
README
FYLite is mini MVC framework for small application. Lite, simple and easy to use. Inspired by Laravel and Codeigniter.
Basic Installation
Requires PHP 5.6 or above.
Download or clone FYLite repository, run composer update
.
Or you can install with composer.
composer create-project biobii/fylite blog
For setup our configuration just duplicate .env.example
to .env
. Dont forget to set DB_CONNECTION=true
for allow database connection.