Skip to content

Instantly share code, notes, and snippets.

@Maras0830
Created September 29, 2016 08:14
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 Maras0830/8d8fa4630a03cae4e3243780f2ceae22 to your computer and use it in GitHub Desktop.
Save Maras0830/8d8fa4630a03cae4e3243780f2ceae22 to your computer and use it in GitHub Desktop.
config/auth.php
'guards' => [
'web' => [
'driver' => 'session',
'provider' => 'users',
],
'api' => [
'driver' => 'passport',
'provider' => 'users',
],
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment