We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2861bfc commit efa355cCopy full SHA for efa355c
src/ConsoleServiceProvider.php
@@ -52,7 +52,7 @@ public function register()
52
);
53
54
$this->publishes([
55
- __DIR__.'/../resources/views' => resource_path('views/vendor/console'),
+ __DIR__.'/../resources/views' => base_path('resources/views/vendor/console'),
56
], 'view');
57
58
if (! $this->app->routesAreCached()) {
0 commit comments