We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello all, I am trying to run one of your basic examples - return view (['template' => '{{$token}}'], ['token' => 'I am the token value']);
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
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); }
The text was updated successfully, but these errors were encountered:
@GonrasK Were you able to figure out the problem?
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: