Skip to content

Releases: dcblogdev/laravel-db-sync

v1.1.9

16 Mar 16:43
6d10075

Choose a tag to compare

What's Changed

  • Add anonymization support with --anonymize flag by @dcblogdev in #29

Full Changelog: v1.1.8...v1.1.9

v1.1.8

12 Mar 12:29

Choose a tag to compare

What's Changed

  • Update PHPUnit configuration and refine development dependencies by @dcblogdev in #28
  • Added new --tables= option for syncing only specific tables. by @vesper8 in #27

New Contributors

Full Changelog: v1.1.7...v1.1.8

v1.1.7

10 Aug 18:05
a8b5138

Choose a tag to compare

What's Changed

  • The unused $targetConnection is made dynamic. by @racibaz in #26

New Contributors

Full Changelog: v1.1.6...v1.1.7

v1.1.6

02 May 10:43
e28c4af

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.5...v1.1.6

v1.1.5

12 Mar 23:19
6a512e4

Choose a tag to compare

What's Changed

  • Restore using the mysql binary to prevent memory errors. by @m-popa in #20
  • Allow different MySQL hostname by @estrma in #17

New Contributors

  • @m-popa made their first contribution in #20
  • @estrma made their first contribution in #17

Full Changelog: v1.1.4...v1.1.5

Add support for Laravel 11

12 Mar 11:05

Choose a tag to compare

v1.1.4

Add support for Laravel 11

Add support for Laravel 10

05 Feb 14:45

Choose a tag to compare

v1.1.3

Add support for Laravel 10

added support for setting local database connection

21 Oct 13:09
f415e3f

Choose a tag to compare

Merge pull request #11 from Witti/feature/add-target-db

Add target database connection and fix mysqldump port param

Port, alternative name and code formatting

20 Aug 09:36

Choose a tag to compare

Added:

  • port option for database defaults to 3306
  • alternative name to sync databases db:remote-sync
  • php code sniffer fixer for code formatting
  • Aliases:

-T = will use --test
F = will use --filename

corrected option for filename

08 Jul 10:51

Choose a tag to compare

v1.1.0

corrected option for filename