library slim
Bootstrap for Slim Framework
kruul/slim
Bootstrap for Slim Framework
- Tuesday, April 17, 2018
- by Kruul
- Repository
- 0 Watchers
- 0 Stars
- 18 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
version 1.1.1
Bootstrap for Slim Framework, (*1)
1.1.0 add CrudController and Crud route. Fix route attribute. Optimize.
1.1.1 fix Helper engine (__invoke with parameters), (*2)
CRUD route sample route, (*3)
['routes'=>array(
'client' => array(
'method' => 'CRUD',
'route' => '/section/client',
'controller' => 'Section\Controller\ClientController',
'role' => 'user'
),
], (*4)