0
I am interested in changing the default name of the table columns users and password_reset of Laravel 5.3.
My question is, in which locations or configuration files should I replicate this change?
0
I am interested in changing the default name of the table columns users and password_reset of Laravel 5.3.
My question is, in which locations or configuration files should I replicate this change?
Browser other questions tagged php laravel
You are not signed in. Login or sign up in order to post.
What is the reason, I ask why this field for example is used to recover the password and there is the algorithm ready?
– novic
The idea would be to overwrite the fields in the table so that they follow all the en default. I can map this in the application, IE, gives an alias or something so that in the bank is a name but the application can still handle login process, password recovery etc.
– Fábio Jânio
Personally I wouldn’t indicate the
password_reset
for example you have to change native code of thecore
I don’t think it’s cool ever since any update you would miss it, you can even put more fields those areemail, password e password_reset
i would not put the hand, they have no setting to change the name maybe in other versions... !– novic
Got it, so better not change it right
– Fábio Jânio
No, you can add fields that can, change these can give problems
– novic