From 8c94d9f2ff06fd9bdf8fc2837d4850f26171de22 Mon Sep 17 00:00:00 2001 From: Romuald Villetet Date: Sat, 4 Feb 2017 01:41:25 +0100 Subject: [PATCH] Resolved Can't locate path with vendor:publish --- src/Way/Generators/GeneratorsServiceProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Way/Generators/GeneratorsServiceProvider.php b/src/Way/Generators/GeneratorsServiceProvider.php index e2e1041b..6d81fda3 100644 --- a/src/Way/Generators/GeneratorsServiceProvider.php +++ b/src/Way/Generators/GeneratorsServiceProvider.php @@ -27,7 +27,7 @@ public function boot() { // If you need to override the default config, copy config/config.php to /config/generators.config.php and update $this->publishes([ - __DIR__.'/../config/config.php' => config_path('generators.config.php'), + __DIR__.'../../config/config.php' => config_path('generators.config.php'), ]); }