Thursday, March 9, 2017

Module - Laravel 5.3 Auth

I used Module in laravel 5.3 with structure:

https://i.stack.imgur.com/Z9U21.png

However, when i used Auth::attempt(array('email' => $email, 'password' => $password)); -> Ok, but when used Auth::check() in routes or CategoryController in Module: Category not work. Can U used Module before? Help me pls!



via Vũ Hưng

Advertisement