File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed
Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 11# Laravel artisan command for creating and linking services
2- This library adds to your project functionality that can be generate a services
2+ With this library, you can generate Services and automatically connect them to Controllers
33
44### Installation
55
6- Add following code to your ``` composer.json ```
7- ``` json
8- "repositories" : [
9- {
10- "type" : " vcs" ,
11- "url" : " https://github.com/dorsone/laravel-service"
12- }
13- ]
14- ```
15-
16- Next step
176``` console
187composer require dorsone/laravel-service
198```
209
2110Finally
22- Add following code to your ``` config/app.php ``` file ProvidersSection
11+ Add following code to your ``` config/app.php ``` file to providers section
2312``` php
2413\Dorsone\LaravelService\Providers\ServiceGeneratorProvider::class
2514```
You can’t perform that action at this time.
0 commit comments