I apologize if this has been covered, but I did do an extensive search and could not find the answer.
To start, I am using blade. When I update a view locally, the page updates and displays correctly. However, when I upload the file to my hosted server, I cannot see the changes. I have waited as long as 24 hours and nothing.
At first I thought it was my provider caching from the server, but I disabled that functionality.. and when I delete the files from app/storage/framework/views on the server, the new view will display correctly. So, it is obviously a Laravel thing!
Everything between local and production is the same (with the exception of the .env file) so, I am not sure what else to try.
Any suggestions would be appreciated since my business is literally on hold until I can figure this out.