multicaret / laravel-acquaintances

This package gives Eloquent models the ability to manage friendships (with groups), followships along with Likes, favorites..etc.
https://laravel-news.com/manage-friendships-likes-and-more-with-the-acquaintances-laravel-package
MIT License
808 stars 72 forks source link

Add timestamps #63

Closed francoism90 closed 3 years ago

francoism90 commented 3 years ago

This is useful when you want to query on date(s), like when an user has last viewed an object (even when he did already, e.g. building a history/last-viewed list).

If this is unwise or can be better done using something else, please let me know and I'll refactor or close the PR. :)

mkwsra commented 3 years ago

Cheers François, you are much appreciated

francoism90 commented 3 years ago

@mkwsra Thanks for the merge! :)

Could you also please create a new release?