Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Fix readme typos and markup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Mosunov committed Aug 1, 2018
1 parent b3d31eb commit f4f6137
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@
### Publish file
To publish configuration file you can run next command:
```bash
php artisan vendor:publish --tag=laravel_entity_services```
php artisan vendor:publish --tag=laravel_entity_services
```
It will copy file laravel_entity_services.php in config directory.
### Register custom repositories implementaion
To register your own IRepository impelementaion you can put it into configuration file, like:
### Register custom entity service implementation
To register your own IEntityService implementation you can put it into configuration file, like:
```php
return [
'bindings' => [\App\Models\User::class => \App\EntityServices\UserEntityService::class,],];
Expand Down

0 comments on commit f4f6137

Please sign in to comment.