Libraries tagged by controler
robbielove/laravel-support
328 Downloads
Rinvex common support helpers, contracts, and traits required by various Rinvex packages. Validator functionality, and basic controller included out-of-the-box.
remoblaser/resourceful
287 Downloads
Create Migration, Seed, Request, Controller, Model and Views for your resource
php-mvc-project/php-mvc
672 Downloads
Implementation of the MVC (Model-View-Controller) architectural pattern in PHP.
patienceman/custom-handler
2680 Downloads
Provide a convenient way creating single action handlers. The idea of a action handler is a single action controller that means a unique class handles each action
openpsa/midcom-core
2184 Downloads
Content-oriented Model-View-Controller framework for PHP
openpsa/midcom
3089 Downloads
Content-oriented Model-View-Controller framework for PHP
onesite/laravel-module
1524 Downloads
Generate a module with model, migration, controller, routes and factory
nicodwik/fortify
114 Downloads
Backend controllers and scaffolding for Laravel authentication (modified for IDN).
n0nag0n/fatfree-devtools
396 Downloads
A set of tools for help in creating models, controllers, routes, etc.
mvccore/ext-auth-basic
587 Downloads
MvcCore - Extension - Auth - Basic - simple authentication extension, only to signin/signout user. Extension can use credentials defined in system `config.ini` or in database. Possibility to extend user, signin/signout forms, submit controller and extension class itself.
mouf/security.simplelogincontroller
189860 Downloads
This package contains a simple Splash controller to log into an application. The controller can display a simple form with username/password choice, and has actions to login/logout the application.
mmedia/classcontroller
6228 Downloads
A controller that can take standard PHP classes and convert them to controller methods with auto validation.
mediagone/symfony-easy-api
3144 Downloads
Quickly build JSON API using plain Symfony controllers.
matheusfsc28/layercraft
182 Downloads
A package to generate layered architecture (Controller, Service, Interface, Repository, Model) in Laravel applications.
matheus-carvalho/crud-generator
139 Downloads
Generate a CRUD with Model, Controller, routes, FormRequest and views based on given Migration.