Releases: dcblogdev/laravel-db-sync
Releases · dcblogdev/laravel-db-sync
v1.1.9
What's Changed
- Add anonymization support with
--anonymizeflag by @dcblogdev in #29
Full Changelog: v1.1.8...v1.1.9
v1.1.8
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
v1.1.6
What's Changed
- Fixed config typo by @Aleksandar-Mitic in #22
- Allow Users to Set Environment Variables by @Zaryabakhtar in #19
- Added Progress bar by @dcblogdev in #23
New Contributors
- @Aleksandar-Mitic made their first contribution in #22
- @Zaryabakhtar made their first contribution in #19
- @dcblogdev made their first contribution in #23
Full Changelog: v1.1.5...v1.1.6
v1.1.5
Add support for Laravel 11
v1.1.4 Add support for Laravel 11
Add support for Laravel 10
v1.1.3 Add support for Laravel 10
added support for setting local database connection
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
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
v1.1.0 corrected option for filename