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?