Skip to content

Instantly share code, notes, and snippets.

@morrislaptop
Created February 20, 2015 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save morrislaptop/bc279ef2f49b1955421a to your computer and use it in GitHub Desktop.
Save morrislaptop/bc279ef2f49b1955421a to your computer and use it in GitHub Desktop.
$router->get('login', ['as' => 'login', 'uses' => 'SpotifyAuthController@redirectToProvider']);
$router->get('login_callback', ['as' => 'login', 'uses' => 'SpotifyAuthController@handleProviderCallback']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment