Guest User

Untitled

a guest
May 9th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. local.ERROR: SymfonyComponentDebugExceptionFatalErrorException: Interface 'SessionHandlerInterface' not found in /pathto/theproject/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php:10
  2.  
  3. APP_ENV=local
  4. APP_DEBUG=true
  5. APP_KEY=secret-key
  6. APP_URL=http://localhost
  7.  
  8. DB_CONNECTION=mysql
  9. DB_HOST=127.0.0.1
  10. DB_PORT=3306
  11. DB_DATABASE=secret-dbname
  12. DB_USERNAME=secret-uname
  13. DB_PASSWORD=secret
  14.  
  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=sendmail
  24.  
  25. # pkg install php70-session
Add Comment
Please, Sign In to add comment