关键词:controller

1
A collection of classes to be extended/used in laravel applications for quick development
2
Adds back the Route:controller functionality that was removed in Laravel 5.3 and 5.4
3
Create your own REST API in Laravel. Supports both JSON and XML output.
4
Allows you to use Route annotations on your controllers.
5
A controller and handler that lets you easily build a REST API
6
An easy extension of the Artisan make commands to modify the command's stubs and to generate fully implemented php files.
8
Define Router::controller() without breaking everything
9
Create your own REST API in Laravel. Supports JSON, JSONP, and XML output.
10
Publish schema, for each public method of API controllers
13
Universal API CRUD controller for Laravel and Dingo (Crudroller)
14
Provides basic automatization for Controllers to handle CRUD operations in Laravel 4
15
Adds ContainerAware and method injection functionality to Laravel 4
16
Handle uploads and image resizing automatically.
17
Generic Controllers includes a set of generic representations that are ideally suited for solving a number of routine tasks.
18
Helper for creating controllers in laravel
19
A easy way to generate all files for a RestResource