Laravel: Error InvalidArgumentException

后端 未结 2 1078
春和景丽
春和景丽 2021-02-14 19:49

I\' upload the project from localhost to my dedicated server and after so many problems, finally some pages works domain.com | domain.com/home | domain.com/allsites etc..

<
2条回答
  •  生来不讨喜
    2021-02-14 20:30

    also multiple times its found that config cache being problem. Use following commands to finetune them.

    php artisan config:cache
    php artisan config:clear
    

提交回复
热议问题