I have a got a situation where Staff Model has various roles and User Model also has various roles. I am using default authentication for User Model. But I am struck on how to use the Auth library for Staff Model too.
I found https://github.com/ollieread/multiauth/, but it does not support for laravel5.
So, any help would be appreciated.