We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7402a1 commit cfe46e2Copy full SHA for cfe46e2
src/HelpersServiceProvider.php
@@ -27,7 +27,7 @@ public function boot()
27
// publish view files for the UN Starter Kit
28
__DIR__.'/unstarter_views/auth' => base_path('resources/views/auth'),
29
30
- __DIR__.'/unstarter_views/layouts' => base_path('resources/views/layouts'),
+ // __DIR__.'/unstarter_views/layouts' => base_path('resources/views/layouts'),
31
__DIR__.'/unstarter_views/layouts' => base_path('resources/views/unstarter/layouts'),
32
], 'viewslayouts');
33
0 commit comments