-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only Laravel 5.6? #17
Comments
Hi Version 1.0.0 will only support Laravel 5.6 (and higher). Here is the PR from dragonmantank himself to make Laravel 5.6 work with version 2 of cron-expression laravel/framework#21637 which means dragonmantank/cron-expression is incompatible with Laravel 5.5. If you have any other idea, please let me hear or make a PR. |
Okay, thank you very much for the prompt answer. As I was somehow not able to quickly come up with a nice function to show the schedule within a view, I now miss used you command with version 0.2.0. Quick and dirty, getting the schedule List within a controller index and hand over to view:
|
Will see if I can make a fix to truncate the cron expression if its to long (Laravel 5.5 is used) when parsing the next run date. |
See a quick solution in PR #18 |
Hi guys,
great that you update this package and I like the progress very much.
Unfortunately I can update most of my projects to Laravel 5.6 as other packages need longer to be ready for 5.6. Maybe you can think about alternatives for keeping progress but not use 5.6 commands.
I know you Note: For Laravel version below 5.6 use 0.2.0 tag.
But 0.2.0 does not have the nice new separate class ScheduleList.php which is nice to use in a view.
The comment "dragonmantank/cron-expression does not support Laravel <5.6" on the composer.json is wrong. It does support Laravel 5.5 fine.
Thank you very much.
The text was updated successfully, but these errors were encountered: