Guest User

Untitled

a guest
Feb 11th, 2019
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. APP_ENV=local
  2. APP_KEY=base64:gqaCpjbEfukDr5As7EnrqRzi5PSho1rOS/q2H0E+HOs=
  3. APP_DEBUG=true
  4. APP_LOG_LEVEL=debug
  5. APP_URL=http://localhost
  6.  
  7. DB_CONNECTION=pgsql
  8. DB_HOST=127.0.0.1
  9. DB_PORT=5432
  10. DB_DATABASE=YOUR_DB_NAME
  11. DB_USERNAME=YOUR_USERNAME
  12. DB_PASSWORD=YOUR_PASSWORD
  13.  
  14. BROADCAST_DRIVER=log
  15. CACHE_DRIVER=file
  16. SESSION_DRIVER=file
  17. QUEUE_DRIVER=sync
  18.  
  19. REDIS_HOST=127.0.0.1
  20. REDIS_PASSWORD=null
  21. REDIS_PORT=6379
  22.  
  23. MAIL_DRIVER=smtp
  24. MAIL_HOST=mailtrap.io
  25. MAIL_PORT=2525
  26. MAIL_USERNAME=
  27. MAIL_PASSWORD=
  28. MAIL_ENCRYPTION=null
  29.  
  30. PUSHER_APP_ID=
  31. PUSHER_APP_KEY=
  32. PUSHER_APP_SECRET=
  33.  
  34. composer dump-autoload
  35. php artisan cache:clear
  36. php artisan view:clear
Add Comment
Please, Sign In to add comment