Skip to content

Engine [stringblade] not found. #79

@GonrasK

Description

@GonrasK

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions