Skip to content

Instantly share code, notes, and snippets.

@wichaksono
Created March 10, 2018 02:53
Show Gist options
  • Save wichaksono/f1848d0ab5fe5d4a014592aff07c48d9 to your computer and use it in GitHub Desktop.
Save wichaksono/f1848d0ab5fe5d4a014592aff07c48d9 to your computer and use it in GitHub Desktop.
Route::group(['prefix' => 'social-media', 'namespace' => 'Auth'], function(){
Route::get('register/{provider}', 'SocialiteController@register');
Route::get('registered/{provider}', 'SocialiteController@registered');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment