With this library, you can generate Services and automatically connect them to Controllers
composer require dorsone/laravel-service-generator
Create your first service!
php artisan make:service TestService --controller=TestController
With this library, you can generate Services and automatically connect them to Controllers
composer require dorsone/laravel-service-generator
Create your first service!
php artisan make:service TestService --controller=TestController