kruul/slim

Bootstrap for Slim Framework

dev-master 2018-04-17 15:58 UTC

This package is not auto-updated.

Last update: 2025-06-08 08:37:47 UTC


README

version 1.1.1 Bootstrap for Slim Framework

1.1.0 add CrudController and Crud route. Fix route attribute. Optimize. 1.1.1 fix Helper engine (__invoke with parameters)

CRUD route sample route

['routes'=>array( 'client' => array( 'method' => 'CRUD', 'route' => '/section/client', 'controller' => 'Section\Controller\ClientController', 'role' => 'user' ), ]