-
Notifications
You must be signed in to change notification settings - Fork 72
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
Blade template not resolved #104
Comments
I have the same question, the previous setup in Laravel used the regular blade view and I would like to get that functionality back. It's a real pain to try to match up the compiled view with the blade view |
Same problem here, also want to point out the edit links also link to the compiled view, edit: The 'Collapse vendor frames' also doesn't work on Windows, using : php: 8.1 |
@SocolaDaiCa Perhaps out of scope for this issue, but the collapse vendor frames button does not work yet. I was hoping it had something to do with the paths that were fixed with your pull request |
@Vincent-avant what is |
@SocolaDaiCa It collapses the stack trace on the left, to filter out the method calls of the framework itself, and only shows you 'your' files, if I understand it correctly. You can see it working in this video on Freek van der Herten's channel : You can see a dropdown in the video that says "7 vendor frames" and "44 vendor frames". |
I have the same issue on Windows. You can maybe create a dedicated issue @Vincent-avant ? |
Hello,
When an exception is thrown inside a view, the compiled cache view is shown instead of the initial blade template.
Is this the intended behaviour?
Thanks,
Karel
The text was updated successfully, but these errors were encountered: