Please provide a valid cache path

前端 未结 20 865
一生所求
一生所求 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:58

    step 1 : php artisan storage:link

    step 2 : create these folders inside storage folder

    Ensure the below folders in storage directory:

    logs
    framework
    framework/cache 
    framework/sessions 
    framework/views
    

    It worked for me

提交回复
热议问题