Heroku scheduler execute a PHP file
i'm trying to run a php script using the heroku scheduler. What command should i put in after the $ in heroku. I keep getting file not found. I have transferred the file i want to run to heroku but not luck with running it with the scheduler. The default PHP buildpack on Heroku does not currently have PHP CLI support , so you can only use it to serve web requests via Apache and not for scripts in worker dynos. However, this is possible if you are using a PHP buildpack that does have CLI support. To test it out, I forked the PHP buildpack , switched out the PHP binary with one that was compiled