Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dorsone/laravel-service-generator

With this library, you can generate Services and automatically connect them to Controllers
https://github.com/dorsone/laravel-service-generator

laravel laravel-framework laravel-package laravel-service php php-package

Last synced: about 4 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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```

```console
composer require dorsone/laravel-service-generator
```

Create your first service!

```console
php artisan make:service TestService --controller=TestController
```