How to run commands via CLI to my app

I want to run commands to my laravel app, similary to heroku run: php artisan migrate

Hello,

Thank you for your message. During deployment you can configure custom build and run commands under Build and deployment settings:

image

You can later change it in Settings tab.

After successful deployment, you can also use Web CLI by navigating to Console tab and selecting the instance.

If this does not answer your question, please elaborate.