Like the video? If you like you can help me keeping doing them by making a donation here.

By default Laravel offers you an authentication gate for your frontend web application. What if you need to create another custom authentication gate for your backend that should be independent from the authentication that users do in the frontend? In this video we will cover how to develop this using as much Laravel standard base code as possible.