diff --git a/README.md b/README.md index 891f193..081a1f9 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ composer require codebar-ag/laravel-bexio Optionally, you can publish the config file with: ```bash -php artisan vendor:publish --provider="CodebarAg\Bexio\BexioServiceProvider" --tag="config" +php artisan vendor:publish --provider="CodebarAg\Bexio\BexioServiceProvider" --tag="bexio-config" ``` You can add the following env variables to your `.env` file: diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 0cc2d04..4efc5f7 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -3,9 +3,11 @@ includes: parameters: level: 5 + paths: - src - config + tmpDir: build/phpstan checkOctaneCompatibility: true checkModelProperties: true