我共有4个用户表,即
1. admin
2. Employee
3. Parent
4. Guardian
http://laravel.com/docs/4.2/security#authenticating-users
对于测试我尝试使用users表作为laravel建议
我将从视图中获取usertype, username and password
到控制器
我读过Authentication with 2 different tables但我怎么能这样呢,
是否可以使用参数或
发送表格还有其他方法可以做到这一点。 (我不想让所有用户都在单表中)