Undefined variable: errors — Laravel 5.2

后端 未结 6 1350
不知归路
不知归路 2021-02-05 18:28

I am new in Laravel and using laravel version 5.2.

I created a controller and request named as ArticlesController and CreateArticleRequest

6条回答
  •  难免孤独
    2021-02-05 18:39

    Just cut all your routes from routes.php file and paste it between the middleware group 'web', just like this:

    Routes file

提交回复
热议问题