hmazter / laravel-schedule-list

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

extract schedule parsing to a separate class #10

Closed hmazter closed 6 years ago

hmazter commented 6 years ago

This will move all the logic for fetching the scheduled commands, parsing and formatting the data to a separate class that exposes an all() function that is used by the console command and can also be used elsewhere.

This is a possible solution to #9