Libraries tagged by controller request
sebastiaanluca/laravel-resource-flow
2491 Downloads
Quickly scaffold access to a resource.
custom-laravel-form-request/validator
1 Downloads
Validator Form Request which may be used for validating data after parsing. For example we got big jsob string and we cannot change this, so what we need to do is to use Validator in laravel and provide in controller all the shit code like rules.. if fails and another. This class can validate this json after parsing without redundant code in controller, simply add data, next validation steps will processed automatically, rules and another logic is hidden in this class.
zezont4/laravel-generator
116 Downloads
Generate the main classes that laravel uses to work with database . Like model,controller,request,blade forms
probonolabs/laravel-api-generator
13 Downloads
Laravel command which rapidly creates single file controllers, requests and resources
geosocio/http-serializer
520 Downloads
Serializes a Controller Request & Response
erenmustafaozdal/laravel-base
6 Downloads
Laravel base package. Model, Controller, Request etc...
webvelopers/laravel-crud-generator
90 Downloads
Laravel CRUD Generator is a library, it implements a new command to create: model, migration, factory, seeder, request, controller(resources) and test files with operations, with aditional option to generate a full API Controller.
sirio/laravel-command
17 Downloads
This package for generating custom Views, Controllers, Models, Request and etc.
jannisfieml/laravelapigenerator
14 Downloads
A small package to generate basic migrations, models, requests, controllers and routes by editing yaml files
gammamatrix/playground-http
266 Downloads
Playground: Provide Http content and filter handling for controllers and requests.
aunhurian/laravel-test-generator
15 Downloads
The package for generating tests for Laravel models, controllers, and requests.
adwiv/laravel-crud-generator
59 Downloads
Generate CRUD Model, Controller, Resource, Request and Views for Laravel
triasbrata/modulegenerator
87 Downloads
module ini memungkinkan user untuk membuat view,controller,d form request dan model
panadas/plugin-router
5 Downloads
Map requests to controllers in your application.
netolabs/php-lambda-router
603 Downloads
Route requests to controller actions using the AWS Lambda handler