Skip to content

Instantly share code, notes, and snippets.

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 fhsinchy/9c785283090d5c028fb51422bc4bf084 to your computer and use it in GitHub Desktop.
Save fhsinchy/9c785283090d5c028fb51422bc4bf084 to your computer and use it in GitHub Desktop.
<?php
return [
// ...
'guards' => [
// ...
'api' => [
'driver' => 'passport',
'provider' => 'users',
'hash' => false,
],
],
// ...
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment