Skip to content

Releases: vildanbina/laravel-versions

v1.0.0

05 Oct 18:18
Compare
Choose a tag to compare

This is the initial release of Laravel Versions, a package that allows you to manage drafts and publish changes to your Eloquent models with ease. Features include:

  • Automatic draft creation for model updates
  • Publish drafts with a single method
  • Track and manage revisions with simple methods
  • Excluded columns for custom workflows

Ideal for applications requiring detailed version control and draft management.