Ad
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.
Ad
Answer
I found the answer. You just use "wget http://mywebsite.com/myurl" and set the frequency.
Ad
source: stackoverflow.com
Related Questions
- → "failed to open stream" error when executing "migrate:make"
- → October CMS Plugin Routes.php not registering
- → OctoberCMS Migrate Table
- → OctoberCMS Rain User plugin not working or redirecting
- → October CMS Custom Mail Layout
- → October CMS - How to correctly route
- → October CMS create a multi select Form field
- → October CMS - Conditionally Load a Different Page
- → How to disable assets combining on development in OctoberCMS
- → October CMS - Radio Button Ajax Click Twice in a Row Causes Content to disappear
- → OctoberCms component: How to display all ID(items) instead of sorting only one ID?
- → In OctoberCMS how do you find the hint path?
- → How to register middlewares in OctoberCMS plugin?
Ad