Replies: 1 comment 1 reply
-
|
somehow (after hours trying to wrap my head around ViewFinder) I realized: lumen 10 and illuminate/mail 10 (and maybe 9) don't understand the newer I specifically had to use the old vendor templates (i.e. the ones BEFORE this commit: illuminate/mail@d652269). (yes even in a fresh lumen 10 project) Which is in contrast to what the official docs say (just copy that vendor folder). I hope this saves someone some frustrating hours. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After upgrade to 9 all the email fail with strange error.
[2022-12-21 11:42:16] local.ERROR: Target [Illuminate\View\ViewFinderInterface] is not instantiable while building [Illuminate\View\Factory]. (View: D:\projects\blog\resources\views\emails\test.blade.php) {"exception":"[object] (Illuminate\\View\\ViewException(code: 0): Target [Illuminate\\View\\ViewFinderInterface] is not instantiable while building [Illuminate\\View\\Factory]. (View: D:\\projects\\blog\\resources\\views\\emails\\test.blade.php) at D:\\projects\\blog\\vendor\\illuminate\\container\\Container.php:1091)If I revert to 8 no problems. I've do some test, recheck the documentation, create a empty project and I've the same error.
I've tried with simple view without x-mail::message component and it work, so It isn't a configuration problem.
Some help?
Beta Was this translation helpful? Give feedback.
All reactions