2017 © Pedro Peláez
 

library laravel-versionable

Allows to create Laravel 5.6 Model versioning and restoring

image

rodrigopedra/laravel-versionable

Allows to create Laravel 5.6 Model versioning and restoring

  • Thursday, May 3, 2018
  • by rodrigo.pedra
  • Repository
  • 1 Watchers
  • 2 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 31 Forks
  • 0 Open issues
  • 3 Versions
  • 240 % Grown

The README.md

Versionable

Easy to use Model versioning for Laravel 5.6

Based on https://github.com/mpociot/versionable, (*1)

Keep track of all your model changes and revert to previous versions of it., (*2)

// Restore to the previous change
$content->previousVersion()->revert();

// Get model from a version
$oldModel = Version::find(100)->getModel();

License

Laravel Versionable is free software distributed under the terms of the MIT license., (*3)

The Versions

03/05 2018

dev-master

9999999-dev http://github.com/rodrigopedra/laravel-versionable

Allows to create Laravel 5.6 Model versioning and restoring

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rodrigo Pedra Brum

laravel model version history restore

03/05 2018

v0.2.0

0.2.0.0 http://github.com/rodrigopedra/laravel-versionable

Allows to create Laravel 5.6 Model versioning and restoring

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rodrigo Pedra Brum

laravel model version history restore

01/05 2018

v0.1.0

0.1.0.0 http://github.com/rodrigopedra/laravel-versionable

Allows to create Laravel 5.6 Model versioning and restoring

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rodrigo Pedra Brum

laravel model version history restore