Dorsone / laravel-service-generator

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

Home Page:https://dorsone.github.io/laravel-service

Repository from Github https://github.comDorsone/laravel-service-generatorRepository from Github https://github.comDorsone/laravel-service-generator

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

About

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

https://dorsone.github.io/laravel-service

License:MIT License


Languages

Language:PHP 100.0%