jeroennoten / Laravel-AdminLTE

Easy AdminLTE integration with Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[QUESTION]: Extending the registration form

LuisDonaldo2003 opened this issue · comments

I have a problem, I want to edit the login but when I edit and put the controller variables (they are already in the controller and model), because when I create a user as it reloads, it does not show me any error or anything.
image
image
image

Hi @LuisDonaldo2003 , you will also, and should, first update the user migration to support the new columns for the new data you want to store when registering a user. Then run the migrations again so your database structure now supports that new data.

Closed, no feedback!