Laravel say that Auth guard [] is not defined

前端 未结 4 1413
野性不改
野性不改 2021-02-05 11:19

I\'m beginer and I start learn and code with laravel... To enable user login nad registration I write this (as I see on one tutorilal):

at routes.php

         


        
4条回答
  •  礼貌的吻别
    2021-02-05 11:30

    Make sure that your config/auth.php is updated if you've upgraded from 5.1.x to 5.2.

    https://github.com/laravel/laravel/blob/v5.2.0/config/auth.php

提交回复
热议问题