Skip to content

Version 1.0.1

Choose a tag to compare

@coderatio coderatio released this 03 Apr 13:35
· 9 commits to master since this release

This is a patch release to version 1.0

  1. You can now chain static ::start() on SimpleBackup class.
  2. This version includes fluent chaining of database settings.
  3. Added ->includeOnly(array $tables) which allows you to export data for only tables mentioned in $tables variable.
  4. Added ->excludeOnly(array $tables) which removes the inclusion of tables mentioned in $tables variable during export.