You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: