Is a new lightweight framework, made for people who is starting on the world of MVC patterns and wants to create new applications.
supported php version > 5.6, 7, 8
Databases supports many drivers (mysql, sqlite, PostgreSQL, mssql, sybase, Oracle Call Interface -oci-)
- Lightweight Framework
- Easy to install
- Easy to use
- Easy to extend
- Events system
- Templates for each view
- Many and useful helpers
- Easy to manage
- Secure and fast
- For newbies
- And much more
Well, you did cloned the framework but, you need to set some parameters.
- Create a virtualhost (apache, nginx, etc)
- Go to
/app/config/config.php
and set up your configurations - Go to
/app/config/database_config.php
and set up your connection to your database and his respective table. - Finally set up your routes on the file:
/app/Routes.php
- Ready to go