Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 366 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 366 Bytes

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