Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. [ErrorException]
  2. file_get_contents(/home/user/Documents/laraveltut/.env): failed to o
  3. pen stream: No such file or directory
  4.  
  5. APP_ENV=local
  6. APP_KEY=
  7. APP_DEBUG=true
  8. APP_LOG_LEVEL=debug
  9. APP_URL=http://localhost
  10.  
  11. DB_CONNECTION=mysql
  12. DB_HOST=127.0.0.1
  13. DB_PORT=3306
  14. DB_DATABASE=homestead
  15. DB_USERNAME=homestead
  16. DB_PASSWORD=secret
  17.  
  18. BROADCAST_DRIVER=log
  19. CACHE_DRIVER=file
  20. SESSION_DRIVER=file
  21. QUEUE_DRIVER=sync
  22.  
  23. REDIS_HOST=127.0.0.1
  24. REDIS_PASSWORD=null
  25. REDIS_PORT=6379
  26.  
  27. MAIL_DRIVER=smtp
  28. MAIL_HOST=mailtrap.io
  29. MAIL_PORT=2525
  30. MAIL_USERNAME=null
  31. MAIL_PASSWORD=null
  32. MAIL_ENCRYPTION=null
  33.  
  34. PUSHER_APP_ID=
  35. PUSHER_APP_KEY=
  36. PUSHER_APP_SECRET=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement