vendredi 29 janvier 2016

How to create two separate login/register sections in Laravel 5

How can I create user login/register pages and business login/register pages in Laravel 5. My AuthController uses:

use AuthenticatesAndRegistersUsers, ThrottlesLogins;

My routes.php is using:

Route::auth();

This is fine for user registration. How can I add a seperate registration for another entity that is different from the user?



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/23yg7FM
via IFTTT

Aucun commentaire:

Enregistrer un commentaire