Skip to content

Commit 52d74ef

Browse files
committed
Merge branch 'master' of github.com:devsrv/laravel-scheduled-model-action
2 parents 4b344ad + f02cb62 commit 52d74ef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Laravel Scheduled Action
22

3-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/devsrv/laravel-scheduled-action.svg?style=flat-square)](https://packagist.org/packages/devsrv/laravel-inplace)
4-
[![Total Downloads](https://img.shields.io/packagist/dt/devsrv/laravel-scheduled-action.svg?style=flat-square)](https://packagist.org/packages/devsrv/laravel-inplace)
3+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/devsrv/laravel-scheduled-action.svg?style=flat-square)](https://packagist.org/packages/devsrv/laravel-scheduled-action)
4+
[![Total Downloads](https://img.shields.io/packagist/dt/devsrv/laravel-scheduled-action.svg?style=flat-square)](https://packagist.org/packages/devsrv/laravel-scheduled-action)
5+
[![GitHub Tests Action Status](https://github.com/devsrv/laravel-scheduled-model-action/actions/workflows/test.yaml/badge.svg)](https://github.com/devsrv/laravel-scheduled-model-action/actions/workflows/test.yaml)
56

67
Handle scheduled tasks associated with Eloquent models.
78

8-
<div style="display:flex;">
9+
<p align="center">
910
<img src="https://binarymesh.dev/assets/dist/img/actions-create-task11.svg" width="350" alt="create schedule" />
1011
<img src="https://binarymesh.dev/assets/dist/img/actions-poll-011.svg" width="380" alt="poll schedules" />
11-
</div>
12-
<br/>
12+
</p>
1313
<br/>
1414

1515
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 in some way before it gets executed?

0 commit comments

Comments
 (0)