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
https://dorsone.github.io/laravel-service
Repository from Github https://github.comDorsone/laravel-service-generator
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
https://dorsone.github.io/laravel-service
MIT License