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.
2 parents b421a7a + 4509ef1 commit ab3e88bCopy full SHA for ab3e88b
README.md
@@ -41,7 +41,7 @@ composer require codebar-ag/laravel-bexio
41
Optionally, you can publish the config file with:
42
43
```bash
44
-php artisan vendor:publish --provider="CodebarAg\Bexio\BexioServiceProvider" --tag="config"
+php artisan vendor:publish --provider="CodebarAg\Bexio\BexioServiceProvider" --tag="bexio-config"
45
```
46
47
You can add the following env variables to your `.env` file:
phpstan.neon.dist
@@ -3,9 +3,11 @@ includes:
3
4
parameters:
5
level: 5
6
+
7
paths:
8
- src
9
- config
10
11
tmpDir: build/phpstan
12
checkOctaneCompatibility: true
13
checkModelProperties: true
0 commit comments