Skip to content

Instantly share code, notes, and snippets.

@yugo412
Created February 16, 2017 03:02
Show Gist options
  • Save yugo412/5c40a422bd4b440ddb7b2a93e9f1ca98 to your computer and use it in GitHub Desktop.
Save yugo412/5c40a422bd4b440ddb7b2a93e9f1ca98 to your computer and use it in GitHub Desktop.
Route::group(['middleware' => 'auth'], function () {
Route::get('password', 'PasswordController@change')->name('password.change');
Route::put('password', 'PasswordController@update')->name('password.update');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment