hmazter / laravel-schedule-list

Laravel package to add command to list all scheduled artisan commands
MIT License
94 stars 14 forks source link

Support Laravel 5.5 again, fixes #17 #18

Closed hmazter closed 6 years ago

hmazter commented 6 years ago

Support Laravel 5.5 by truncating the long version of the cron expression used in Laravel 5.5 and below. Also build and test with both PHP versions and Laravel versions in Travis