kruul/slim

Bootstrap for Slim Framework

Installs: 28

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/kruul/slim

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

This package is not auto-updated.

Last update: 2025-12-21 11:37:01 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' ), ]