z-song / laravel-admin

Build a full-featured administrative interface in ten minutes
https://laravel-admin.org
MIT License
11.13k stars 2.81k forks source link

Custom form user #5756

Open gomes2191 opened 1 year ago

gomes2191 commented 1 year ago

Description:

What would be the most appropriate way to insert a field in the user registration form? changing the controller in "src" or creating a new controller UserController?