Auth for resources route doesn't work on Laravel 8

后端 未结 0 642
自闭症患者
自闭症患者 2020-11-29 01:36

Auth::check() is false in /routes/web.php, but the same condition in blade template gets true

if (Auth::check()) {
             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题