caffeinated / themes

:art: Laravel Themes package with support for the Caffeinated Modules package.

Home Page:https://caffeinatedpackages.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not resolving views in Laravel 7.18.0

GeoffSelby opened this issue · comments

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?

Did you find how to do it?

No I decided to build a custom theming solution instead.