Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Laravel cache path?! Never seen before

Tags:

InvalidArgumentException in Compiler.php line 36: Please provide a valid cache path.

Having the above error while trying to deploy an existing app to a new server. Sure I have covered every basis, however maybe I have missed something!?

Any guidance would be appreciated!

like image 856
Dean Collins Avatar asked Aug 01 '16 15:08

Dean Collins


1 Answers

Be sure that those folders exists :

./storage/framework/cache

./bootstrap/cache

like image 178
zorx Avatar answered Oct 05 '22 02:10

zorx