mckenziearts / laravel-notify

Flexible Flash notifications for Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When I install notify on Laravel 8, layout.app not is found

evaldobarbosa opened this issue · comments

After Laravel 8 installed e laravel-notify installed too, I run artisan serve and access "notify/demo" route. At this time I see that error:

View [layout.app] not found. (View: /home/usuario/Projetos/Evaldo/Estudos/pr-l-notify/vendor/mckenziearts/laravel-notify/resources/views/notify.blade.php)

I think it is a call to a view that is extending a laravel-notify template instead of "layouts/app" default laravel template.

I will do a PR to fix it.