Gaurav Makhecha

Results 25 comments of Gaurav Makhecha
trafficstars

Thank you, sir 🙏 This means a lot. I have been inspired for package development by the @spatie team. [This post](https://murze.be/the-story-behind-our-open-source-efforts) and meeting you really moved the needle.

Thanks @olivernybroe . I like the idea but I haven't explored Lumen much yet. In fact, I studied it few months back when I was supposed to make a very...

One may be facing this issue based on the timezone. If you're behind UTC, you may be facing this issue. This is related to how the browser parses the date....

Thanks for the PR Dmytro. > Also need to send additional user parameters with events like user_id. Maybe we can have a separate PR for this to keep things simple?

A bit occupied these days. Will revert after 17th May, thanks.

@dkulyk I haven't added any tests in the package yet. Reason - I wasn't sure how to. Do you have any ideas?

Yes, it does. Haven't been able to go through this due to time constraints. This PR is quite old now. Is anyone still up to recreating with the latest code?

Done @eduardlleshi Best wishes.

@johnpaulmedina We can make this work with `HasMany` and `MorphMany` relationships already. To make sure that sorting is done among _groups_ only, we can override [`buildSortQuery()` method](https://github.com/spatie/eloquent-sortable/blob/a30069224f08b125efe5b6962208fa8e75bd5f9e/src/SortableTrait.php#L234) on the model....