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