Update Profile in Laravel with additional columns
I want to create dynamic auth by adding an update profile function, but after I tried it, nothing changed.
I have tried the put and post methods, but the results are still the same. Is there a special method to create an update form from Laravel’s default auth ?