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 217b22a + 0f776cc commit 0ddd9c6Copy full SHA for 0ddd9c6
README.md
@@ -24,7 +24,7 @@ $ composer require mpociot/laravel-apidoc-generator
24
Publish the config file by running:
25
26
```bash
27
-php artisan vendor:publish --provider=Mpociot\ApiDoc\ApiDocGeneratorServiceProvider --tag=config
+php artisan vendor:publish --provider="Mpociot\ApiDoc\ApiDocGeneratorServiceProvider" --tag=config
28
```
29
This will create an `apidoc.php` file in your `config` folder.
30
0 commit comments