File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,17 @@ public function boot(): void
1717 Fortify::verifyEmailView (fn () => view ('laravel-uikit::auth.verify-email ' ));
1818 }
1919
20- $ this ->loadRoutesFrom (__DIR__ . '/../../ routes/web.php ' );
20+ $ this ->loadRoutesFrom (__DIR__ . '/../routes/web.php ' );
2121
22- $ this ->loadViewsFrom (__DIR__ . '/../../ resources/views ' , 'laravel-uikit ' );
22+ $ this ->loadViewsFrom (__DIR__ . '/../resources/views ' , 'laravel-uikit ' );
2323
2424 $ this ->publishes (
2525 [
26- __DIR__ . '/../../ webpack.mix.js ' => 'webpack.mix.js ' ,
27- __DIR__ . '/../../ resources/js ' => resource_path ('js ' ),
28- __DIR__ . '/../../ resources/sass ' => resource_path ('sass ' ),
29- __DIR__ . '/../../ resources/views/welcome.blade.php ' => resource_path ('views/welcome.blade.php ' ),
30- __DIR__ . '/../../ resources/views/layouts ' => resource_path ('views/layouts ' ),
26+ __DIR__ . '/../webpack.mix.js ' => 'webpack.mix.js ' ,
27+ __DIR__ . '/../resources/js ' => resource_path ('js ' ),
28+ __DIR__ . '/../resources/sass ' => resource_path ('sass ' ),
29+ __DIR__ . '/../resources/views/welcome.blade.php ' => resource_path ('views/welcome.blade.php ' ),
30+ __DIR__ . '/../resources/views/layouts ' => resource_path ('views/layouts ' ),
3131 ]
3232 );
3333 }
You can’t perform that action at this time.
0 commit comments