mohammedmanssour / laravel-recurring-models

The ultimate solution for adding recurring functionality to your Laravel Models!
MIT License
249 stars 20 forks source link

[Featue request]: Get the next upcoming repetition of a model #4

Closed jpmurray closed 6 months ago

jpmurray commented 1 year ago

I'd like to know if it would be possible to have a function that would return a Carbon object of the next occurence for a model ?

On a model has repetition in the database already, a $model->next_repetition() that would return the info as a Carbon object...

EriBloo commented 7 months ago

This should be added in this PR. I wrote it slightly differently than you hoped, but you should achieve the same effect.

mohammedmanssour commented 6 months ago

Should be done in PR #15