I'm developing a system using Laravel 5.1 and I do not want to use tables in English. Actually I'm trying to keep the standard here in the company.
I would like to know if I can use Auth
or OAuth
and change the table from users to users , and consequently their fields, for example: > password instead of password . In addition to adding more personal information and access levels.
Has anyone ever done anything like this?