Guest User

Untitled

a guest
Mar 17th, 2018
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. ~~~
  2. >>> $user = New App\User;
  3. => App\User {#812}
  4. >>> $user->name = 'admin';
  5. => "admin"
  6. >>> $user->email='admin@example.com';
  7. => "admin@dev.bantenprov.go.id"
  8. >>> $user->password = Hash::make('admin');
  9. => "$1"
  10. >>> $user->save();
  11. => true
  12. >>>
  13. ~~~
Add Comment
Please, Sign In to add comment