Laravel view not found exception

前端 未结 16 1829
遇见更好的自我
遇见更好的自我 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 03:51

    This might be possible that your view is present even though it shows the error. So to solve this issue you need to stop the server and run this command on the terminal.

    php artisan config:cache
    

    then restart the server

提交回复
热议问题