Guest User

Untitled

a guest
Oct 24th, 2017
425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. james.b@IMK-SUR-AU-JB MINGW64 /c/xampp/htdocs/rma
  2. $ php artisan tinker
  3. Psy Shell v0.8.11 (PHP 7.1.7 — cli) by Justin Hileman
  4.  
  5. C:xampphtdocsrma>php artisan tinker
  6. Psy Shell v0.8.11 (PHP 7.1.7 — cli) by Justin Hileman
  7. >>>
  8.  
  9. AppModelsUser::find(1)
  10. => AppModelsUser {#821
  11. id: 1,
  12. name: "James",
  13. email: "james.b@xxx.com",
  14. is_admin: 1,
  15. needs_to_set_new_password: 0,
  16. created_at: "2017-10-24 01:53:57",
  17. updated_at: "2017-10-24 01:53:57",
  18. deleted_at: null,
  19. }
  20.  
  21. >>> AppModelsUser::find(1)
  22. => AppModelsUser {#821
  23. id: 1,
  24. name: "James",
  25. email: "james.b@xxx.com",
  26. is_admin: 1,
  27. needs_to_set_new_password: 0,
  28. created_at: "2017-10-24 01:53:57",
  29. updated_at: "2017-10-24 01:53:57",
  30. deleted_at: null,
  31. }
  32. >>>
Add Comment
Please, Sign In to add comment