Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not resolving views in Laravel 7.18.0 #104

Open
GeoffSelby opened this issue Jul 1, 2020 · 2 comments
Open

Not resolving views in Laravel 7.18.0 #104

GeoffSelby opened this issue Jul 1, 2020 · 2 comments

Comments

@GeoffSelby
Copy link

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?

@elfeffe
Copy link

elfeffe commented Aug 6, 2020

Did you find how to do it?

@GeoffSelby
Copy link
Author

No I decided to build a custom theming solution instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants