Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Engine [stringblade] not found. #79

Open
GonrasK opened this issue Feb 2, 2022 · 1 comment
Open

Engine [stringblade] not found. #79

GonrasK opened this issue Feb 2, 2022 · 1 comment

Comments

@GonrasK
Copy link

GonrasK commented Feb 2, 2022

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);
}
@TerrePorter
Copy link
Owner

@GonrasK Were you able to figure out the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants