Advertisement
Guest User

Untitled

a guest
Sep 4th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. Migrating: 2017_06_20_152026_create_commands_table
  2. Migrated: 2017_06_20_152026_create_commands_table
  3. $ php artisan db:seed
  4. Seeding: UsersTableSeeder
  5. 0/12 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%
  6.  
  7. [IlluminateDatabaseQueryException]
  8. SQLSTATE[HY000]: General error: 1 no such table: users (SQL: select * from
  9. "users" where "name" = ExploitantFM limit 1)
  10.  
  11.  
  12.  
  13. [PDOException]
  14. SQLSTATE[HY000]: General error: 1 no such table: users
  15.  
  16.  
  17. ERROR: Job failed: exit code 1
  18.  
  19. APP_NAME=Laravel
  20. APP_ENV=testing
  21. APP_KEY=
  22. APP_DEBUG=true
  23. APP_LOG=daily
  24. APP_LOG_LEVEL=debug
  25. APP_URL=http://localhost
  26.  
  27. DB_CONNECTION=sqlite
  28. DB_CONNECTION=":memory:"
  29.  
  30. BROADCAST_DRIVER=redis
  31. CACHE_DRIVER=array
  32. SESSION_DRIVER=array
  33. QUEUE_DRIVER=sync
  34.  
  35. REDIS_HOST=127.0.0.1
  36. REDIS_PASSWORD=null
  37. REDIS_PORT=6379
  38.  
  39. SOCKET_PORT=6001
  40.  
  41. MAIL_DRIVER=log
  42. MAIL_HOST=smtp.mailtrap.io
  43. MAIL_PORT=2525
  44. MAIL_USERNAME=null
  45. MAIL_PASSWORD=null
  46. MAIL_ENCRYPTION=null
  47.  
  48. GOOGLE_MAPS_API_KEY=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement