How can i make custom login and registration for laravel 5.
Bascially i used Defualt Login and Registration functionality of Laravel for my backend. Now i want to use login and registration functionality for My frontent How can i use that ? i want to make the Url like http://example.com/auth/register
Use the same authentication that you have now. Just add the concept of user roles on top of that. You shouldn't need to duplicate the entire auth system.