dorsone/laravel-service-generator

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

0.2.3 2022-10-31 06:40 UTC

This package is auto-updated.

Last update: 2025-04-29 01:43:56 UTC


README

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