Please provide a valid cache path

前端 未结 20 874
一生所求
一生所求 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 13:06

    Try this:

    1. php artisan cache:clear
    2. php artisan config:clear
    3. php artisan view:clear

提交回复
热议问题