StringBladeCompiler
StringBladeCompiler copied to clipboard
Render Blade templates from string
Hello all, I am trying to run one of your basic examples - `return view (['template' => '{{$token}}'], ['token' => 'I am the token value']); ` And no matter what...
Is this package supporting composer 2? If not, Do you consider to support it? Thanks.
Not sure if this is intended, but livewire components aren't working. ``` {{ view(["template" => ""], ["test" => "ABC"]) }} ``` I am getting "Undefined variable: _instance". Same livewire component...
I have been very much helped by this library for some time. I also want to use string-blade-compiler in my laravel9 project. Do you have any plans for support?
Updating dependency for Laravel 11.