Skip to content

Not resolving views in Laravel 7.18.0 #104

Description

@GeoffSelby

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions