Libraries tagged by controller request
rakutentech/laravel-request-docs
931254 Downloads
Automatically generate Laravel docs from request rules, controllers and routes
middlewares/request-handler
1322209 Downloads
Middleware to execute request handlers
htmlburger/wpemerge
128260 Downloads
A micro framework which modernizes WordPress as a CMS development by providing tools to implement MVC and more.
crestapps/laravel-code-generator
79528 Downloads
An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many on the use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.
aura/web
465610 Downloads
Provides web Request and Response objects for use by web controllers and actions. These are representations of the PHP web environment, not HTTP request and response objects proper.
pearl/lumen-request-validate
360033 Downloads
Lumen doesn't have form request validator seperatly. This package helps developers to segregate the validation layer from the controller to a separate dedicated class
nelexa/request-dto-bundle
17489 Downloads
This Symfony Bundle provides request objects support for Symfony controller actions
digitaldream/laracrud
20524 Downloads
Do you have a well structured database and you want to make a Laravel Application on top of it. By using this tools you can generate Models which have necessary methods and property, Request class with rules, generate route from controllers method and its parameter and full features form with validation error message and more with a single line of command
dittto/symfony-custom-request
8194 Downloads
Allows use of custom requests in controllers
nahid-ferdous/laravel-module-generator
462 Downloads
Laravel Package to generate module (service, controller, model, migration, resource, request, collection) from YAML file.
mouf/mvc.splash-common
357049 Downloads
Splash is a PHP router. It takes an HTTP request and dispatches it to the appropriate controller.
jrm/request-bundle
2546 Downloads
Makes it easy to get your own request as a controller argument
gchernikov/request-resolver-bundle
3737 Downloads
Symfony bundle for constructing request dto's and resolving them as Controller arguments
chujc/laravel-generator
175 Downloads
Laravel, Lumen脚手架 按规则自动生成model文件以及controller,request文件
mvccore/ext-debug-tracy-mvccore
5083 Downloads
MvcCore - Extension - Debug - Tracy - Panel MvcCore - render and add into tracy debug panel current MvcCore application instance, printed by \Tracy\Dumper::toHtml(\MvcCore\Application::GetInstance()); to display main application objects used to render current page response. Rendered objects inside MvcCore app: \MvcCore\Request, \MvcCore\Response, \MvcCore\Router, \MvcCore\Controller, all preroute, predispatch and postdispatch configured handlers and many other internal application values.