10
I’m developing a system using Laravel 5.1 and I don’t want to use English tables. I’m actually trying to maintain the pattern followed here at the company.
I wonder if I can use the Auth
or OAuth
and change the table of users for users, and consequently their fields, for example: password instead of password. In addition to adding more personal information and access levels.
Someone has done something similar?
Can yes, in the configuration file
config/auth.php
– Wallace Maxters