I have the following URL: domain.com/user/3/edit.
I would like to know if it is recommended that the user's ID appear in the URL, or a URL such as: dominio.com/usuario/edit.
Should the last option be better, how could it be done? modifying Route Route :: get a Route :: post?