Skip to content

Commit 9b30b1c

Browse files
committed
updated README.md
1 parent 8411816 commit 9b30b1c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $ composer require devkhris/laraarch-repository
1111

1212
### Publish config with provider
1313
```bash
14-
$ @php artisan vendor:publish --provider="DevKhris\LaraArchRepository\Providers;\RepositoryServiceProvider" --tag="config"
14+
$ @php artisan vendor:publish --provider="DevKhris\LaraArchRepository\Providers\RepositoryServiceProvider" --tag="config"
1515
```
1616

1717
## **Usage**
@@ -22,5 +22,8 @@ E.g:
2222
$ php artisan make:repository User
2323
```
2424
## **Features**
25+
- Fast implementation of Repositories for Models with the artisan command
26+
- Support for string-based identifiers (UUIDs) and integers
27+
- Eloquent-based
2528

2629
## **Contributing and Issues**

0 commit comments

Comments
 (0)