Libraries tagged by resource-controller
guglielmoseminara/l5-resource-controller
106 Downloads
Resource Controller for Laravel 5
ericdowell/resource-controller
886 Downloads
Resource controllers to match the laravel resource route method.
engency/resource-controllers
2090 Downloads
Resource Controllers for Laravel
atomita/cakephp1-resource-controller
20 Downloads
alxarafe/resource-controller
363 Downloads
ORM-agnostic declarative CRUD controller for PHP. Auto-generates list/edit UIs from field metadata.
shortcodes/abstract-resource-controller
3400 Downloads
Abstract controller with full CRUD used by single entity action
alxarafe/resource-pdo
136 Downloads
PDO adapter for alxarafe/resource-controller. Implements RepositoryContract, QueryContract, and TransactionContract using native PDO.
alxarafe/resource-eloquent
100 Downloads
Eloquent ORM adapter for alxarafe/resource-controller. Implements RepositoryContract, QueryContract, and TransactionContract using Illuminate Database.
alexwenzel/cmsbasics
17 Downloads
A package for Laravel, which I use to build repetitive resource Items.
alxarafe/resource-twig
0 Downloads
Twig adapter for alxarafe/resource-controller. Provides a RendererContract implementation using Twig for flexible and decoupled template rendering.
alxarafe/resource-html
12 Downloads
HTML adapter for alxarafe/resource-controller. Provides a RendererContract implementation using pure PHP and HTML templates.
alxarafe/resource-blade
0 Downloads
Blade adapter for alxarafe/resource-controller. Provides a RendererContract implementation using Laravel's Blade engine for server-side template rendering.
zsping1989/resource
982 Downloads
resource controller
toshkq93/laravel-components
19 Downloads
add dtos, requests, resources,controller, repository and service (interface + class) in your project
programmeruz/laravel-creator
33 Downloads
Generate Model, Migration, Seeder, Factory, Resource, Controller, SWAGGER using simple form