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 0976f53 commit 5167ee6Copy full SHA for 5167ee6
Readme.md
@@ -15,7 +15,7 @@ Nanvaie\DatabaseRepository\DatabaseRepositoryServiceProvider::class
15
### Setup for Lumen
16
Navigate to `app.php` in `bootstrap` folder and add following line after config registrations:
17
```php
18
-$this->app->configure('repository')
+$app->register(Nanvaie\DatabaseRepository\DatabaseRepositoryServiceProvider::class)
19
```
20
21
Note: Make sure to run `composer dump-autoload` after these changes.
0 commit comments