I'm doing an app in Laravel, it works perfect for me on the host site, but when I deploy heroku I get this error:
In Compiler.php line 36:
Please provide a valid caché Path
I have read and therefore this error says it happens when the directories are not found:
Storage\
Framework\
Cache
Sessions
Testing
View
In my project if they are, I have tried everything, doing php aritsan update, install and others without success, I tried to delete the directories and recreate them and nothing works. Any suggestions please.