Skip to content

Instantly share code, notes, and snippets.

@AfzalivE
Last active January 2, 2016 06:48
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 AfzalivE/8265503 to your computer and use it in GitHub Desktop.
Save AfzalivE/8265503 to your computer and use it in GitHub Desktop.
$testuser = new User;
$testuser->username = 'testuser';
$testuser->email = 'test@vv.api';
$testuser->password = 'test';
$testuser->first_name = 'Harry';
$testuser->last_name = 'Potter';
$testuser->confirmed = 1;
$testuser->save();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment