Bootstrap Slim Framework - MVC with Slim Framework
NOTE: This is not a new framework, this is a boilerplate to quickly bootstrap a new Slim Framework and use a Laravel like syntax.
If you are looking for Slim Framework this is not the page this is Slim Framework.
This boilerplate, has Bootstrap 4.3.1 ready to go, Laravel Like structure and controllers.
PHP v7.1
- Install Apache or Ngnix
- git clone https://github.com/tebogosewape/bootstrapslim.git
- composer install
And your good to go...
Routes
Your routes are located at 'routes\web.php'.