-
-
Notifications
You must be signed in to change notification settings - Fork 264
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
Latest version causing issue in HasBladeParser.php #44
Comments
@tnylea this is my feature, I will look at this soon. Thank for addressing the issue. |
Hi @tnylea I have tested it with a fresh install on My MacOS Sierra, PHP7.1 and work normally. Can you try a fresh install again? |
@phannaly Thanks for addressing this. It turns out in my overview.md, I put some links to other pages of the documentation and when I use the:
Variable I get an error. Try this out, put this inside of your
And it will throw an error instead of creating the link for the specific version. Thanks again 👍 Let me know if I can do anything to help on my end. |
@tnylea public function show($version, $page = null)
{
$data = ["version" => "1.0"]; // any version as you want
$documentation = $this->documentationRepository->get($version, $page, $data); And inside [Link](/docs/{{$version}}/features) |
Thanks guys 👍 |
Describe the bug
On PHP 7.1 error in HasBladeParser.php
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expect to see the docs
Screenshots
Desktop (please complete the following information):
Additional context
My solution was to downgrade to 1.2.3 because 1.2.4 was giving me this error.
Just wanted to post this incase someone else runs into it.
Thanks.
The text was updated successfully, but these errors were encountered: