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?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire