From e77a7b5a9ca77b2073956a3ba835db3d2034aa81 Mon Sep 17 00:00:00 2001 From: konomae Date: Tue, 14 Jul 2015 17:54:07 +0900 Subject: [PATCH] Fix vendor:publish provider name --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 23ef5b8..9508c54 100644 --- a/readme.md +++ b/readme.md @@ -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.