Laravel notification and mail component error

184 Views Asked by At

What could be the reason for these errors in the local dev server? I tried lots of different ways markdown, notification. Then I published and attempted to remove @components from Blade files, and then views worked. I am using Laragon with Laravel 8 and PHP 7.3/8.

exception: "Facade\Ignition\Exceptions\ViewException" file: "C:\laragon\www...\vendor\laravel\framework\src\Illuminate\Mail/resources/views/html/button.blade.php" line: 10 message: "Undefined variable $url (View: C:\laragon\www...\vendor\laravel\framework\src\Illuminate\Mail\resources\views\html\button.blade.php)" exception: "Facade\Ignition\Exceptions\ViewException" file: "C:\laragon\www...\vendor\laravel\framework\src\Illuminate\Mail/resources/views/html/header.blade.php" line: 3 message: "Undefined variable $url (View: C:\laragon\www...\vendor\laravel\framework\src\Illuminate\Mail\resources\views\html\header.blade.php)

0

There are 0 best solutions below