Level 88
Did you setup a postgres database?
This tutorial might help: https://mattstauffer.com/blog/laravel-on-heroku-using-a-postgresql-database/
I try to migrate my tables into heroku postgres in lumen app but when i run migrate it says :
could not find driver (SQL: select * from information_schema.tables where table_schema = public and table_name = migrations and table_type = 'BASE TAB
LE')
could not find driver
Did you setup a postgres database?
This tutorial might help: https://mattstauffer.com/blog/laravel-on-heroku-using-a-postgresql-database/
Please or to participate in this conversation.