Please provide a valid cache path

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

    Check if the following folders exists, if not create these folders.

    • storage/framework/cache
    • storage/framework/sessions
    • storage/framework/testing
    • storage/framework/views

提交回复
热议问题