Answer the question
In order to leave comments, you need to log in
I save the view in Laravel, an error occurs, why can this be?
After editing, I save the view, there is nothing complicated in it, but after I press ctrl + s and restart the site on the local server, such an error occurs
Next, I find this case through the sublime text search engine, and I see such a thing.
The culprit of everything is a semicolon out of nowhere in a file that lies in storage/frameworks/views/...
Answer the question
In order to leave comments, you need to log in
You can see this semicolon in your view, it should be just:
{{ Auth::user()->name }}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question