vercel-examples icon indicating copy to clipboard operation
vercel-examples copied to clipboard

Execute artisan command(s)

Open SnoopyCodeX opened this issue 2 years ago • 1 comments

How to execute artisan command in vercel using this?

I need to execute php artisan migrate command after the dependencies have been installed. I've tried using composer scripts but it doesn't seem to work properly.

I'm using vercel's postgresql database and I've already set the credentials in the environment variables.

Is there any way to execute artisan command?

SnoopyCodeX avatar Sep 21 '23 16:09 SnoopyCodeX

Github actions maybe? Use ubuntu etc...

causefx avatar Dec 07 '23 18:12 causefx