how to compile string contains blade template code? could i do it by compileString method from https://laravel.com/api/5.5/Illuminate/View/Compilers/BladeCompiler.html#method_compileString ?
i tried do it this way
Blade::compileString("some text {{ asset('js/main.js') }}");
but doesn't work
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community