-
Notifications
You must be signed in to change notification settings - Fork 175
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
/api/docs not working on Laravel 5.4 #82
Comments
Hi @garenk02 i same error, fixed u this error? |
Temporary solution Remove this two line
|
Oke @peteracs , will try soon. |
You could also give https://github.com/appointer/Swaggervel a shot. I'm currently maintaining it as this project seems to be abandoned. |
there is pull request for this issue: #86 |
Oke @peteracs ,will try soon. Really appreciate for your respon. |
I'm still facing this issue, what could be the possible solution for this? |
@peteracs, thanks your solution works quiet well, but has there been any permanent solution thus far??? |
@peteracs thanks for your solution. works like a charm. Is there any permanent solution or should I send a PR to fix it? |
hi @slampenny
when I use this package on Laravel 5.4 then I browse to http://127.0.0.1:8000/api/docs it show error:
FatalErrorException in Facade.php line 221:
Call to undefined method Illuminate\View\Compilers\BladeCompiler::setEscapedContentTags()
can u tell me how to fix this error?
is it because the new laravel (5.4) version that made changes on Blade Compiler?
Many thank
The text was updated successfully, but these errors were encountered: