Change fields in Laravel User table 5.4

1

I'm using Laravel on my TCC and I study it through videos and articles from the internet.

I created the authentifying part with the make: auth command and everything is working correctly, but I would need to change the fields of the User table to the default of my project.

The table name I was able to change for Users in the config \ auth.php file but the fields have already spent a few hours searching and all the information I find are from previous versions of Laravel and probably in version 5.4 the structure has changed.

The changes I need are:

id > usu_id
name > usu_nome
email > usu_email
password > usu_senha
remember_token > usu_lembrar

Thank you in advance.

    
asked by anonymous 29.08.2017 / 17:19

0 answers