Laravel view not found exception

前端 未结 16 1881
遇见更好的自我
遇见更好的自我 2020-11-29 03:44

I have problem with laravel view is not found by route function I did composer dumpautoload but no use ArticleController.php



        
16条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-29 04:07

    Use this on your cmd then run your project.

    php artisan config:cache php artisan route:cache php artisan controller:cache php artisan optimize:clear

提交回复
热议问题