A template for bulding small-medius sites based on Slim Framework with Twig template system.
- base MVC concept
- trailing in router patterns
- i18n
- db migration
- .env config or something like that
- csrf protection
- add posibility to add global container's settings
- /assets
- make default structure of views
Create new one:
vendor/bin/phinx create <name>
Run:
vendor/bin/phinx migrate
Create new one:
vendor/bin/phinx seed:create <name>
Run:
vendor/bin/phinx seed:run