I would like to know how create a cron with AWS elastic beanstalk and laravel task scheduling.
Currently AWS elastic beanstalk propose to create a cron.yaml
file but this file take in paramters only the url. However laravel need to execute a command. I don't know how to do it.
Can you help me please ?