Skip to content

Commit 5c1bc5d

Browse files
authored
updated readme with sample app image
1 parent 6f4e609 commit 5c1bc5d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
Handle scheduled one time or recurring tasks associated with Eloquent models.
77

8+
<p align="center"><img src="https://i.ibb.co/QDgztXV/Screen-Recording-09-07-2021-03-14-00-PM.gif" width="480" alt="example app" /></p>
9+
810
> imagine a job portal where if an application gets rejected the app needs to notify the applicant via automated email after 3 days of that event, during that period the admin may change his mind and prevent the auto mail sending or modify the mail content
911
1012
For any scheduled task we can directly use Laravel's [queue](https://laravel.com/docs/8.x/queues) but what if that task needs to be modified is some way before it gets executed?
@@ -13,7 +15,6 @@ This package stores all the tasks that needs to run on a future date & time / re
1315

1416
It uses Laravel's task [scheduling](https://laravel.com/docs/8.x/scheduling) to figure out & handle the tasks that needs to be run for the current day at the specified time for that task, and sends the task payload to a [receiver class](https://github.com/devsrv/laravel-scheduled-model-action#step---3--receiver-class-gets-task-payload--passes-the-task-to-classes-based-on-task-action-for-this-example-sending-email) of your app ([configurable](https://github.com/devsrv/laravel-scheduled-model-action#step---3--receiver-class-gets-task-payload--passes-the-task-to-classes-based-on-task-action-for-this-example-sending-email)). So how to perform the task is totally up to you.
1517

16-
1718
### Installation
1819

1920
```shell
@@ -292,4 +293,4 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio
292293

293294
## 👋🏼 Say Hi!
294295
Leave a ⭐ if you find this package useful 👍🏼,
295-
don't forget to let me know in [Twitter](https://twitter.com/srvrksh)
296+
don't forget to let me know in [Twitter](https://twitter.com/srvrksh)

0 commit comments

Comments
 (0)