StringBladeCompiler icon indicating copy to clipboard operation
StringBladeCompiler copied to clipboard

Engine [stringblade] not found.

Open GonrasK opened this issue 4 years ago • 1 comments

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 avatar Feb 02 '22 11:02 GonrasK

@GonrasK Were you able to figure out the problem?

TerrePorter avatar Aug 10 '22 22:08 TerrePorter