Laravel say that Auth guard [] is not defined

前端 未结 4 1461
野性不改
野性不改 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:24

    This could be a problem in your config/auth.php file, where the 'defaults' array is setting a non-existing guard on Laravel 5.2.

提交回复
热议问题