How can I deploy my Laravel project in Vercel?
Unanswered
West African Lion posted this in #help-forum
West African LionOP
I'm using SQLite in my Laravel project. It works fine on localhost. Is there a way to move my project to Vercel and run it?
7 Replies
but you can't host the sqlite on vercel
West African LionOP
But Laravel contains SQLite within itself
I managed to deploy but I'm getting database errors
use postgres/mysql
West African LionOP
I tried to use postgresql but I got a driver not found error.
Do you want me to review my source code?