-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
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);
}
Metadata
Metadata
Assignees
Labels
No labels