Closed lexdubyna closed 3 years ago
Will check this out now.
Hello I'm still having this issue. the same error without whoops middleware. have I missed anything?
@borvelt I will check again but it worked on my end.
If it doesn't work for you could you try to alias the view
to the named interface?
I'm not on PC right now - will send you the exact line later if needed.
An alias was missing as the view factory binding is used both ways.
Personally I hate these double bindings to string literals. 🤯
Great!
I'm not professional in PHP and I just changed index.php:L40
to $container->instance(\Illuminate\Contracts\View\Factory::class, $viewFactory);
and I got Object Reflection error but sth rendered in my compiled folder. Thanks for your new PL.
Does it work with my PR changes for you? I was able to reproduce but after these changes it's gone.
Yeah, everything works fine.
Hello. I am running
components/view
as it is mentioned here https://github.com/mattstauffer/Torch/tree/master/components/view#usage, but when I try adding anonymous component, I get an error.Updated
templates/page.blade.php
:The
templates/components/alert.blade.php
:The error:
Please help.