StringBladeCompiler
StringBladeCompiler copied to clipboard
Engine [stringblade] not found.
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 I tried, I keep getting this error which resolved in vendor/wpb/string-blade-compiler/src/Factory.php:114
protected function stringViewInstance($view, $data)
{
return new StringView($this, $this->engines->resolve('stringblade'), $view, null, $data);
}
@GonrasK Were you able to figure out the problem?