-
Notifications
You must be signed in to change notification settings - Fork 349
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
Installation VentureCraft/revisionable #255
Comments
I am also trying to get this to work on Laravel 5.3 - its a plain install is there anything additional to be done ? |
@GraveStone I got it in a (mostly) vanilla Laravel 5.3 install, what are you doing and how is it failing? @naveensnayak you shouldn't use an instance of DB but update it via your models. eg.
this should add a revision to your table. |
@thorerik - I debugged the code and figured that out - it would be nice to mention this in the documentation as there are many ways to update the table. We have a mix of old code that does not use models |
@naveensnayak I thought it was pretty obvious since you're adding it to your eloquent models that you should use the models to update the rows. If you think there's something to be desired in the docs you can probably open a PR, I'm sure VentureCraft is more than happy to accept. |
I have some code that is not updating my revisions table either.. here is the sample code
|
For laravel 5.2 is necessary install the Sentry by Cartalyst or Sentinel by Cartalyst to use the VentureCraft/revisionable?
I have install the and configure the VentureCraft/revisionable and don't work.
The text was updated successfully, but these errors were encountered: