Skip to content

With this library, you can generate Services and automatically connect them to Controllers

License

Notifications You must be signed in to change notification settings

Dorsone/laravel-service-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Laravel artisan command for creating and linking services

With this library, you can generate Services and automatically connect them to Controllers

Installation Only Laravel 9

composer require dorsone/laravel-service-generator

Create your first service!

php artisan make:service TestService --controller=TestController