Support the ongoing development of Laravel.io →
Authentication Views Configuration
Last updated 1 year ago.
0

Nevermind, fixed my routes:

Route::get('/profile/edit', ['as' => 'profile.edit', 'uses' => 'ProfileController@edit']); Route::put('/profile/edit', ['as' => 'profile.update', 'uses' => 'ProfileController@update']); Route::resource('profile', 'ProfileController');

Last updated 4 years ago.

vincenthall liked this reply

1

Sign in to participate in this thread!

Eventy

Your banner here too?

Morten kh4zy Joined 26 Jan 2020

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.