You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed and configured this package according to the docs on a fresh Laravel 7.18.0 installation. I then created a theme using php artisan make:theme Bootstrap.
The welcome view is not being resolved in place of Laravel's default welcome view. I tried changing the view name to be something other than welcome and updated the route accordingly, but it returned a View not found error.
Am I missing something or should it work using the standard return view('welcome'); syntax?
The text was updated successfully, but these errors were encountered:
I installed and configured this package according to the docs on a fresh Laravel 7.18.0 installation. I then created a theme using
php artisan make:theme Bootstrap
.The welcome view is not being resolved in place of Laravel's default welcome view. I tried changing the view name to be something other than welcome and updated the route accordingly, but it returned a View not found error.
Am I missing something or should it work using the standard
return view('welcome');
syntax?The text was updated successfully, but these errors were encountered: