소스 검색

Update README.md

In my enviorment needed the double quotes in order for the "php artisan vendor:publish" command to work.
Raúl Luna 6 년 전
부모
커밋
0f776cc74d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
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.