-2
Good morning.
I’m a beginner in the PHP Laravel framework and I’m having the following difficulty:
I write my html inside my .blade.php file and call it in a view on Route but the information I updated in the code is not appearing in the browser, the page gets static without updating the new information even giving CTRL+F5, but if I take the extension .blade.php and leave only . php the information appears. I read several pages on the Internet and several gave the solution to set the 777 permission in the /Storage folder inside my server Buntu that is running apache2. Someone found this mistake recently and managed to give a solution to it?
Thank you.
Hello, could you post your code for us to analyze? Especially the part where you call the view and the exact name of the .blade.php file
– Raylan Soares
Welcome to Stackoverflow, your question does not give many details. Read this: http://answall.com/help/how-to-ask
– Celso Marigo Jr
you don’t need to write
.blade.php
in the URL, type only the name of the route that loads the view.– RFL
Post your code!
– novic
You need to give us more details, put a part of the code you think is the problem.
– Rafael Berro