Slim Framework 3 starter for your new project with Twig and MVC structure
- Twig
- Eloquent
- MVC structure
- Admin panel
- Media manager
- Validation rules via Respect\Validation
- Flash message
- Database migration & seed via Phinx
$ git clone https://github.com/Dezodev/Slim3-Starter-MVC.git slim
$ cd slim
$ composer install
$ npm install
$ php -S localhost:8000