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
17
17
Fortify::verifyEmailView (fn () => view ('laravel-uikit::auth.verify-email ' ));
18
18
}
19
19
20
- $ this ->loadRoutesFrom (__DIR__ . '/../../ routes/web.php ' );
20
+ $ this ->loadRoutesFrom (__DIR__ . '/../routes/web.php ' );
21
21
22
- $ this ->loadViewsFrom (__DIR__ . '/../../ resources/views ' , 'laravel-uikit ' );
22
+ $ this ->loadViewsFrom (__DIR__ . '/../resources/views ' , 'laravel-uikit ' );
23
23
24
24
$ this ->publishes (
25
25
[
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 ' ),
31
31
]
32
32
);
33
33
}
You can’t perform that action at this time.
0 commit comments