I am using Linode/Forge for a non-Laravel php project and I need to set up a cron job to ping a certain URL once a day. Can I do this using the Forge scheduler? And if so, how? Thanks.
Advertisement
Answer
I found the answer. You just use “wget http://mywebsite.com/myurl” and set the frequency.