-
Notifications
You must be signed in to change notification settings - Fork 350
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
Revisionable is largely abandonware – look elsewhere #403
Comments
@commadelimited I so regret not reading your comment sooner. Thank you for your recommendation. Laravel Auditing looks like an excellent replacement for this one. |
For anyone else looking at this... even Laravel Auditing (mentioned in the previous comment) is having issues being maintained. If you see https://github.com/owen-it/laravel-auditing it says in the README they don't have time. |
To be fair, Laravel Auditing is far from having issues being maintained. They released a couple of new versions this year and the disclaimer in the Readme is gone. But yeah, Revisionable is dead. 😔 |
Is this still true? |
Maybe not dead, but not loved either. The last few releases were compatibility updates only with bumping the supported Laravel version. |
After initial success looking into using Revisionable I realized that there were open issues from 2014, and very few recent updates. I d g some more and discovered that the author had accepted a commit (#321) which indicated that this package was abandoned.
Another user suggested trying Laravel Auditing, which is much more robust, has greater support, and a richer commit history.
The text was updated successfully, but these errors were encountered: