Skip to content

Instantly share code, notes, and snippets.

@ahmadshah
Created May 16, 2014 14:49
Show Gist options
  • Save ahmadshah/af9e62dfb21d8a9293c6 to your computer and use it in GitHub Desktop.
Save ahmadshah/af9e62dfb21d8a9293c6 to your computer and use it in GitHub Desktop.
Event
Event::listen('auth.login', function ($user) {
if ($user->name === 'Ahmad') {
$user->name = 'Ahmad Shah';
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment