Skip to content

Commit b320997

Browse files
committed
2 parents 760be0d + 5bb24c9 commit b320997

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,14 @@
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
187
composer require dorsone/laravel-service
198
```
209

2110
Finally
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
```

0 commit comments

Comments
 (0)