laravel-fast-crud
by dev-toolbelt
Laravel package for rapid CRUD API scaffolding with filtering, sorting, pagination and CSV export
laravel-routes
by geckods
Organize Laravel routes by feature/functionality instead of centralizing them in a single file
laravel-entity-generator
by win-aung
A Laravel package to generate CRUD entities with controllers, models, services, requests, resources, and migrations using service design pattern
laravel-tools
by nematov
Laravel package for generating and syncing repositories, controllers, interfaces and routes with customizable paths
laravel-api-crud
A complete Laravel API CRUD generator with model, controller, service, requests and resources scaffolding
laravel-smart-scaffold
Generate complete Laravel CRUD operations with a single command, including models, controllers with actual code having error handling, migrations, requests, factories, resources, and routes - ready for immediate API testing in Postman
laravel-permission-kit
by curly-deni
A unified Laravel toolkit for permission and policy management, combining multiple packages for controllers, policies, attributes, and scopes.
laravel-find-route-handler
by air-petr
An Artisan command to find the handler behind any route in your Laravel application.
laravel-dynamic-route
by atexcode
Dynamic route class for Laravel - restoring implicit controllers to the framework.
laravel-api-controller
by camilord
A laravel api base controller with basic CRUD mapped to the model. Fork from https://github.com/phpsa/laravel-api-controller
laravel-api-controller-traits
by avstriyskiy
Traits for easy building API controllers for your project Front-End.
laravel-generator
by cslant
Laravel Generator Advanced is a package that helps you generate CRUD, Migration, Model, Controller, Repository, Request, Resource, Factory, Seeder, Action, ...
laravel-generator
by lbiltech
Laravel Generator Advanced is a package that helps you generate CRUD, Migration, Model, Controller, Repository, Request, Resource, Factory, Seeder, Action, ...
laravel-generator
by tanhongit
Laravel Generator Advanced is a package that helps you generate CRUD, Migration, Model, Controller, Repository, Request, Resource, Factory, Seeder, Action, ...
laravel-generator-advanced
by cslant
Laravel Generator Advanced is a package that helps you generate CRUD, Migration, Model, Controller, Repository, Request, Resource, Factory, Seeder, Action, ...
laravel-csr
This package makes it possible to generate a controller, service, repository, model and migration all in 1 command
laravel-class-generator
by chiefey
Extend Laravels built in generators to build custom and consistent Model, Controller, and other classes.
laravel-components
by toshkq93
add dtos, requests, resources, controller, repository and service (interface + class) in your project
laravel-api-controller-methods
Laravel Controller methods that allow the developer to quickly build a Resource-based API
laravel-csr
by scrumble-nl
This package makes it possible to generate a controller, service, repository, model and migration all in 1 command
laravel-healthchecks
by renoki-co
Laravel Healthchecks is a simple controller class that helps you build your own healthchecks endpoint without issues.
laravel-helpers
by hayrullah
Helper functions use to upload files and delete, force delete, restore global functions.
laravel-traits
by mallardduck
A collection of useful Laravel snippets in the form of easy to use traits.
laravel-paystack
by d-scribe
A collection of classes to be extended/used in laravel applications for quick development
starpeace-laravel-controller
The main controller application for the Starpeace Project
laravel-handlers
by oanhnn
Using handler class instead of controller class in Laravel 5.5+ application
laravel-file-generator
An easy extension of the Artisan make commands to modify the command's stubs and to generate fully implemented php files.
laravel-restful
by kohenkatz
Create your own REST API in Laravel. Supports JSON, JSONP, and XML output.