Laravel Schedule List Versions Save

Laravel package to add command to list all scheduled artisan commands

v2.2.1

3 years ago

Other

  • Support PHP 8.0

v2.2.0

3 years ago

Other

  • Support Laravel 8.*

v2.1.0

4 years ago

Other

  • Support Laravel 7.*

v2.0.0

4 years ago

Breaking

Drop support for PHP 7.1 (It is EOL)

Changed

Resolve Schedule instance from container instead of injecting, see #30

Other

Support Laravel 6.0

v1.2.1

5 years ago

Other

Support Laravel 5.8 Test against PHP 7.3

v1.2.0

5 years ago

Other

  • Remove support Laravel 5.5 (it did not actually work)

v1.1.1

5 years ago

Fixed

  • Fixed crash when scheduling Closures and Jobs, #23

v1.1.0

5 years ago

Other

Support Laravel 5.7

v1.0.0

6 years ago

Breaking

  • Only support PHP 7.1.3 and above
  • Only support Laravel 5.5 and above

Added

  • Add ScheduleList::all() that returns all scheduled events as an array

v0.2.1

6 years ago

Other

  • Support Laravel 5.6 and PHPUnit 7