Please provide a valid cache path

前端 未结 20 801
一生所求
一生所求 2020-12-12 12:15

I duplicated a working laravel app and renamed it to use for another app. I deleted the vendor folder and run the following commands again:

composer self-up         


        
20条回答
  •  醉梦人生
    2020-12-12 12:54

    I solved this problem by adding this line in my index.php:

    $app['config']['view.compiled'] = "storage/framework/cache";
    

提交回复
热议问题