Laravel shows unrendered Blade template when view file is updated #36170
Unanswered
briansmith7
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
Every time a make even a smallest change to any of my views, the corresponding page shows unrendered blade template in the browser (including all "{{ .. }}" and @ directives). However, this happens only once. If I refresh the same page - the blade is rendered and displayed properly until I make another change in the view file and then the whole cycle repeats.
It feels like Laravel doesn't render the template if it determines that the cache file is not longer valid.
Steps To Reproduce:
Beta Was this translation helpful? Give feedback.
All reactions