Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Execute artisan command(s) #128

Open
SnoopyCodeX opened this issue Sep 21, 2023 · 1 comment
Open

Execute artisan command(s) #128

SnoopyCodeX opened this issue Sep 21, 2023 · 1 comment

Comments

@SnoopyCodeX
Copy link

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?

@causefx
Copy link

causefx commented Dec 7, 2023

Github actions maybe? Use ubuntu etc...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants