Fix vendor:publish provider name

This commit is contained in:
konomae
2015-07-14 17:54:07 +09:00
parent 19f7d75c10
commit e77a7b5a9c
+1 -1
View File
@@ -62,7 +62,7 @@ You can configure your composer.json to do this after each commit:
You can also publish the config file to change implementations (ie. interface to specific class) or set defaults for `--helpers` or `--sublime`.
php artisan vendor:publish --provider=barryvdh/laravel-ide-helper --tag=config
php artisan vendor:publish --provider="Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider" --tag=config
The generator tries to identify the real class, but if it cannot be found, you can define it in the config file.