/Laravel-8-Multi-Guards-Authentication

If you have used Laravel for a while, you should have heard a lot about multiple authentications. You should have also heard “guards” a whole lot. But if you are fairly new to Laravel, multiple authentications makes it possible for you to have different classes of users access different/similar parts of the same application. Keep normal users in user table , admins create another table as admin and doctors create another table as doctor.

Primary LanguagePHP

No issues in this repository yet.