Skip to content
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

Closed
shaffe-fr opened this issue Jul 28, 2022 · 7 comments
Closed

Blade template not resolved #104

shaffe-fr opened this issue Jul 28, 2022 · 7 comments

Comments

@shaffe-fr
Copy link

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?

image

Thanks,
Karel

@jcmcclorey
Copy link

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

@VincentVanWijk
Copy link

VincentVanWijk commented Oct 28, 2022

Same problem here, also want to point out the edit links also link to the compiled view,
so when I click the 'pencil', the wrong file opens in phpstorm.

edit: The 'Collapse vendor frames' also doesn't work

on Windows, using :

php: 8.1
laravel/framework: 9.37
spatie/larvel-ignition: 1.61

@SocolaDaiCa
Copy link
Contributor

@shaffe-fr @VincentVanWijk Fixed https://github.com/spatie/laravel-ignition/releases/tag/1.6.4

@ghost
Copy link

ghost commented Jan 5, 2023

@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

@SocolaDaiCa
Copy link
Contributor

@Vincent-avant what is collapse vendor. Could you explain It.

@ghost
Copy link

ghost commented Jan 7, 2023

@SocolaDaiCa
As you can see on the screenshot at the top of this issue, there is a button on the top-left named "collapse vendor frames".

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 :
https://www.youtube.com/watch?v=LEY0N0Bteew&t=739s

You can see a dropdown in the video that says "7 vendor frames" and "44 vendor frames".
This is what is currently not working on windows, the button does not collapse the stack trace.

@shaffe-fr
Copy link
Author

I have the same issue on Windows. You can maybe create a dedicated issue @Vincent-avant ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants