FYLite is mini MVC framework for small application. Lite, simple and easy to use. Inspired by Laravel and Codeigniter.
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.