I am trying to make auth through laravel package using admins table. In the project directory I added admin guard into config/auth.php
\'providers\' => [
An extraction sample of the how you should define your admin model:
// app/Admin.php
For more on multiple authentications guards see: How to use multiple authentication guards