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');
vincenthall liked this reply
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community