From 208043b56f45fb0a709e6257fa99179854c6a60e Mon Sep 17 00:00:00 2001 From: Rob George Date: Mon, 23 Feb 2015 15:45:25 +0000 Subject: [PATCH] New publish config syntax for Laravel 5 --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 583bf8a..efe312e 100644 --- a/readme.md +++ b/readme.md @@ -42,7 +42,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 config:publish barryvdh/laravel-ide-helper + php artisan vendor:publish --provider=barryvdh/laravel-ide-helper --tag=config The generator tries to identify the real class, but if it cannot be found, you can define it in the config file.