Skip to content

Instantly share code, notes, and snippets.

@dmregister
Created May 19, 2015 18:48
Show Gist options
  • Save dmregister/fc12ece7df1f2af3b5c8 to your computer and use it in GitHub Desktop.
Save dmregister/fc12ece7df1f2af3b5c8 to your computer and use it in GitHub Desktop.
lumen auth
$attr = array(
'id' => 112,
'username' => 'test',
'name' => 'test'
);
$user = new GenericUser($attr);
$auth = Auth::login($user);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment