Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorsone committed Oct 31, 2022
2 parents 760be0d + 5bb24c9 commit b320997
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,14 @@
# Laravel artisan command for creating and linking services
This library adds to your project functionality that can be generate a services
With this library, you can generate Services and automatically connect them to Controllers

### Installation

Add following code to your ```composer.json```
```json
"repositories": [
{
"type": "vcs",
"url": "https://github.com/dorsone/laravel-service"
}
]
```

Next step
```console
composer require dorsone/laravel-service
```

Finally
Add following code to your ```config/app.php``` file ProvidersSection
Add following code to your ```config/app.php``` file to providers section
```php
\Dorsone\LaravelService\Providers\ServiceGeneratorProvider::class
```
Expand Down

0 comments on commit b320997

Please sign in to comment.