Nevermind, fixed my routes:
Route::get('/profile/edit', ['as' => 'profile.edit', 'uses' => '[email protected]']); Route::put('/profile/edit', ['as' => 'profile.update', 'uses' => '[email protected]']); Route::resource('profile', 'ProfileController');
Sign in to participate in this thread!