I am using larave 5.I already use laravel auth and it works nicely.I have two tables user and company.But now i can only auth using user table.How can i make another authentication using company.It is not possible for now merge them in a single table.
usertypebecause having two user table is not a recommended one in laravel