Skip to content
Advertisement

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.

Advertisement

Answer

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

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement