We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8411816 commit 9b30b1cCopy full SHA for 9b30b1c
README.md
@@ -11,7 +11,7 @@ $ composer require devkhris/laraarch-repository
11
12
### Publish config with provider
13
```bash
14
-$ @php artisan vendor:publish --provider="DevKhris\LaraArchRepository\Providers;\RepositoryServiceProvider" --tag="config"
+$ @php artisan vendor:publish --provider="DevKhris\LaraArchRepository\Providers\RepositoryServiceProvider" --tag="config"
15
```
16
17
## **Usage**
@@ -22,5 +22,8 @@ E.g:
22
$ php artisan make:repository User
23
24
## **Features**
25
+- Fast implementation of Repositories for Models with the artisan command
26
+- Support for string-based identifiers (UUIDs) and integers
27
+- Eloquent-based
28
29
## **Contributing and Issues**
0 commit comments