Next.js Discord

Discord Forum

How can I deploy my Laravel project in Vercel?

Unanswered
West African Lion posted this in #help-forum
Open in Discord
Avatar
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
Avatar
West African LionOP
But Laravel contains SQLite within itself
I managed to deploy but I'm getting database errors
Avatar
Ray
use postgres/mysql
Avatar
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?