Skip to content

Commit ab3e88b

Browse files
authored
Merge pull request #26 from kaspernowak/docs/update-config-publish-instructions
Update README to Use Correct Config Publish Tag
2 parents b421a7a + 4509ef1 commit ab3e88b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ composer require codebar-ag/laravel-bexio
4141
Optionally, you can publish the config file with:
4242

4343
```bash
44-
php artisan vendor:publish --provider="CodebarAg\Bexio\BexioServiceProvider" --tag="config"
44+
php artisan vendor:publish --provider="CodebarAg\Bexio\BexioServiceProvider" --tag="bexio-config"
4545
```
4646

4747
You can add the following env variables to your `.env` file:

phpstan.neon.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ includes:
33

44
parameters:
55
level: 5
6+
67
paths:
78
- src
89
- config
10+
911
tmpDir: build/phpstan
1012
checkOctaneCompatibility: true
1113
checkModelProperties: true

0 commit comments

Comments
 (0)