$user = new AppUser(); $user->password = Hash::make('the-password-of-choice'); $user->email = 'the-email@example.com'; $user->name = 'My Name'; $user->save();