laravel-db-snapshots

Quickly dump and load databases

MIT License

Downloads
1.8M
Stars
1K
Committers
47

Bot releases are hidden (Show)

laravel-db-snapshots - 2.6.1

Published by freekmurze 7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/laravel-db-snapshots/compare/2.6.0...2.6.1

laravel-db-snapshots - 2.6.0 Latest Release

Published by freekmurze 7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/laravel-db-snapshots/compare/2.5.2...2.6.0

laravel-db-snapshots - 2.5.2

Published by freekmurze over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/laravel-db-snapshots/compare/2.5.1...2.5.2

laravel-db-snapshots - 2.5.1

Published by freekmurze over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/laravel-db-snapshots/compare/2.5.0...2.5.1

laravel-db-snapshots - 2.5.0

Published by freekmurze almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/laravel-db-snapshots/compare/2.4.0...2.5.0

laravel-db-snapshots - 2.4.0

Published by freekmurze about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/laravel-db-snapshots/compare/2.3.1...2.4.0

laravel-db-snapshots - 2.3.1

Published by freekmurze about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/laravel-db-snapshots/compare/2.3.0...2.3.1

laravel-db-snapshots - 2.3.0

Published by freekmurze over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/spatie/laravel-db-snapshots/compare/2.2.1...2.3.0

laravel-db-snapshots - 2.2.1

Published by freekmurze almost 3 years ago

  • allow Laravel 9
laravel-db-snapshots - 2.2.0

Published by AlexVanderbist almost 3 years ago

  • add --drop-tables option to snapshot:load

Full Changelog: https://github.com/spatie/laravel-db-snapshots/compare/2.1.0...2.2.0

laravel-db-snapshots - 2.1.0

Published by AlexVanderbist almost 3 years ago

  • Add --table option to specify tables to include in the snapshot

Full Changelog: https://github.com/spatie/laravel-db-snapshots/compare/2.0.0...2.1.0

laravel-db-snapshots - 2.0.0

Published by freekmurze over 3 years ago

  • require PHP 8+
  • drop support for PHP 7
  • drop support for Laravel 6
  • use PHP 8 syntax
  • implement spatie/laravel-package-tools
laravel-db-snapshots - 1.7.1

Published by Nielsvanpach almost 4 years ago

Add support for PHP 8.0

laravel-db-snapshots - 1.7.0

Published by AlexVanderbist about 4 years ago

  • add support for Laravel 8
laravel-db-snapshots - 1.6.2

Published by freekmurze about 4 years ago

  • fix cleaning up all snapshots (#102)
laravel-db-snapshots - 1.6.1

Published by freekmurze over 4 years ago

  • fix implode() exeception on PHP 7.4 (#88)
  • drop support for anything below PHP 7.4
laravel-db-snapshots - 1.6.0

Published by freekmurze over 4 years ago

  • drop support for Laravel 5 and PHP 7.3
laravel-db-snapshots - 1.5.0

Published by freekmurze over 4 years ago

  • add support for Laravel 7
laravel-db-snapshots - 1.4.2

Published by freekmurze over 4 years ago

  • PHP7.2 syntax fix (#87)
laravel-db-snapshots - 1.4.1

Published by freekmurze over 4 years ago

  • allow read connections (#81)