Search code examples
phpcronlaravel-forge

Ping a URL with Laravel Forge scheduler (non Laravel app)


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.


Solution

  • I found the answer. You just use "wget http://mywebsite.com/myurl" and set the frequency.