1
0
Fork 0
mirror of https://github.com/archtechx/laravel-tips.git synced 2025-12-12 13:24:03 +00:00
laravel-tips/content/tips/use-laravels-task-scheduler-to-run-cli-commands-including-shell-scripts-at-regular-intervals.md
2022-01-21 18:22:44 +01:00

11 lines
No EOL
580 B
Markdown

---
title: 'Use Laravel''s task scheduler to run CLI commands — including shell scripts — at regular intervals'
tweet_id: '1484566710313054208'
thread_slug: weekly-thread-2022-03
author_username: mattkingshott
images:
- 'https://pbs.twimg.com/media/FJYySaNXIBA4lPW.jpg'
created_at: 2022-01-21T16:41:00+00:00
slug: use-laravels-task-scheduler-to-run-cli-commands-including-shell-scripts-at-regular-intervals
---
🔥 #Laravel Tip: The task scheduler is not limited to just commands. You can configure it to dispatch jobs and even execute shell scripts at regular intervals.