Skip to content

Commit 3b2339d

Browse files
authored
Update Readme.md
1 parent eb3eff8 commit 3b2339d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ Use following command to add this package to composer development requirement.
66
composer require nanvaie/database-repository --dev
77
```
88

9-
### Setup for Laravel
9+
### Setup Laravel Repository
1010
Before publishing assets, add `REPOSITORY_PHP_VERSION` variable to `.env` and set it to your version of choosing. Supported values are: 8.0, 7.4 (Default is 8.0).
1111

1212
Then run following command in console to publish necessary assets in your project directory.
1313
```bash
1414
php artisan vendor:publish --provider=Nanvaie\DatabaseRepository\DatabaseRepositoryServiceProvider
1515
```
1616

17-
### Setup for Lumen
17+
### Setup Lumen Repository
1818
Navigate to `app.php` in `bootstrap` folder and add following line after service providers registrations:
1919
```php
2020
// snip

0 commit comments

Comments
 (0)