/laravel-service-generator

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

Primary LanguagePHPMIT LicenseMIT

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