laravel-make-service
Artisan generator commands for services, DTOs, enums, actions, value objects, and interfaces
laravel-make-action
by ibaiicb
A Laravel package that adds a make:action Artisan command to generate Action classes following the single responsibility principle.
laravel-make-full
by campelo
Generate complete CRUD structure: Model, Controller, Service, Repository, Resource, Requests, Policy, Migration, Factory, Seeder - all from a single command
laravel-service-maker
by lowel
A package for Laravel 9+ that helps generate layered services according to the Interface-Service-Factory pattern using laravel's built-in DI.
laravel-bundles
Developer package to improve make commands for common 'bundles' of files
laravel-make-service
by artogrig
An Artisan console command to create service in your Laravel 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.