From 0f776cc74d584d6dae647b3c6af30f27f40c227b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Luna?= Date: Tue, 30 Oct 2018 11:34:26 -0600 Subject: [PATCH] Update README.md In my enviorment needed the double quotes in order for the "php artisan vendor:publish" command to work. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44749844..9f66604f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ $ composer require mpociot/laravel-apidoc-generator Publish the config file by running: ```bash -php artisan vendor:publish --provider=Mpociot\ApiDoc\ApiDocGeneratorServiceProvider --tag=config +php artisan vendor:publish --provider="Mpociot\ApiDoc\ApiDocGeneratorServiceProvider" --tag=config ``` This will create an `apidoc.php` file in your `config` folder.