Guest User

Untitled

a guest
Oct 17th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. DB_CONNECTION=pgsql
  2. DB_HOST=127.0.0.1
  3. DB_PORT=5432
  4. DB_DATABASE=laravel-api
  5. DB_USERNAME=postgres
  6. DB_PASSWORD=1234
  7.  
  8. D:wamp64wwwlaravellaravel-api>php artisan migrate
  9.  
  10. [IlluminateDatabaseQueryException]
  11. could not find driver (SQL: select * from information_schema.tables where table_schema = public and table_name = migrations)
  12.  
  13.  
  14. [PDOException]
  15. could not find driver
Add Comment
Please, Sign In to add comment