Libraries tagged by controller request
dominiquevienne/laravel-magic
1310 Downloads
Laravel helpers classes such as Controllers / Models / Requests
devil999/solidgenerator
0 Downloads
Solid Generator generates solid code with controller api resources, custom request, with repo pattern, migrations based on model_schema_json file with admin panel for blade etc..
campelo/laravel-make-full
10 Downloads
Generate complete CRUD structure: Model, Controller, Service, Repository, Resource, Requests, Policy, Migration, Factory, Seeder - all from a single command
ac-developers/laravel-form-processor
20 Downloads
An easy way to process multiple form requests from one controller method.
vadimon/kafka-router-for-laravel
12 Downloads
Package for Laravel to route consumed kafka messages to controllers same way as HTTP requests
uzinfo/laravel-api-generator
5 Downloads
Laravel API generator package for creating models, migrations, controllers, services, repositories, resources and requests with advanced field definitions
rawveg/model-validation
56 Downloads
Laravel Model Validation - Uses validation rules at the model level to ensure that all data being saved in a model is valid. Just as you would use Request Validation in your Controllers, Model-Level validation allows you to be ensure that even code within your application that manually creates a model, cannot do so using invalid data.
nodirjon/crud-generator
2 Downloads
A Laravel CRUD generator that creates Controller, Service, Repository, DTO, and Request classes from a single Artisan command. Supports automatic file/media upload handling.
nirajkhadka/laravel-module-generator
12 Downloads
A Laravel package that generates complete CRUD modules with controllers, services, actions, DTOs, form requests, models, and migrations using artisan commands.
jinnguyen/puja-route
44 Downloads
Puja-Route is a router component, that allow to parse request to module/controller/action
forensic/handler
6 Downloads
Sits between the controller and the model, performing request data validation, serialization and integrity checks
asif/crud_artisan
23 Downloads
This package is for generating crud related files with one artisan command like controllers,models,views,migrations and requests for formvalidation
alks/http-extra-bundle
39 Downloads
Addons to the symfony framework including controller argument binds to the request body/query, content negotiation and more
pln0w/rest-api-validator
14 Downloads
A package for creating request objects for pre-controller validation
matthimatiker/molcomponents
1683 Downloads
Library with use-at-will architecture that extends the functionality of Zend Framework 1. Main features: Improved bootstrapping with lazy loading of resources, declaration of request parameters as argument in controller actions, advanced form creation and validation, mail templates, lightweight controller testing.