Skip to content

A Command that tells you what the Laravel Scheduler will run at a given moment in time

License

Notifications You must be signed in to change notification settings

arondeparon/laravel-schedule-when

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Command that tells you what the Scheduler will run.

Latest Version on Packagist Total Downloads Build Status

This Laravel package provides a command that tells you what the scheduler would do at a given moment in time.

In some applications, the schedule can quickly grow to dozens of scheduled commands, making it harder and harder to see what the Scheduler will do a give moment in time.

This command will help you to see what the Scheduler will or will not do so that you can stop guessing.

Installation and usage

This package requires PHP 7.2 and Laravel 5.5 or higher.

Getting started

Install via Composer

$ composer require arondeparon/laravel-schedule-when

Usage

# To see what would run right now
php artisan schedule:when

# To see what will run at a given moment
php artisan schedule:when "2019-01-01 08:05"

Testing

$ composer test

License

MIT license. Please see the license file for more information.

About

A Command that tells you what the Laravel Scheduler will run at a given moment in time

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages