spatie/db-dumper
PHP library to create database dumps via native CLI tools. Supports MySQL, MariaDB, PostgreSQL, SQLite, and MongoDB, wrapping mysqldump/mariadb-dump/pg_dump/sqlite3/mongodump with a simple fluent API.
illuminate/support dependency — getSSLFlag() no longer uses DB::selectOne() to auto-detect MySQL version. It now defaults to ssl-mode=DISABLED (works on MySQL 5.7.11+ and required for 8.4+). Use setSslFlag('skip-ssl') if you need the old flag for older MySQL versions.includeRoutines() method for MySQL and MariaDB to include stored procedures and functions in dumpsexcludeTablesData() method for MySQL and MariaDB to exclude data for specific tables while keeping their structureFull Changelog: https://github.com/spatie/db-dumper/compare/3.8.3...4.0.0
Full Changelog: https://github.com/spatie/db-dumper/compare/3.8.2...3.8.3
Full Changelog: https://github.com/spatie/db-dumper/compare/3.8.1...3.8.2
Full Changelog: https://github.com/spatie/db-dumper/compare/3.8.0...3.8.1
Full Changelog: https://github.com/spatie/db-dumper/compare/3.7.2...3.8.0
Full Changelog: https://github.com/spatie/db-dumper/compare/3.7.1...3.7.2
Full Changelog: https://github.com/spatie/db-dumper/compare/3.7.0...3.7.1
Full Changelog: https://github.com/spatie/db-dumper/compare/3.6.0...3.7.0
Full Changelog: https://github.com/spatie/db-dumper/compare/3.5.0...3.6.0
Full Changelog: https://github.com/spatie/db-dumper/compare/3.4.3...3.5.0
Full Changelog: https://github.com/spatie/db-dumper/compare/3.4.2...3.4.3
Full Changelog: https://github.com/spatie/db-dumper/compare/3.4.1...3.4.2
Full Changelog: https://github.com/spatie/db-dumper/compare/3.4.0...3.4.1
Full Changelog: https://github.com/spatie/db-dumper/compare/3.3.1...3.4.0
Full Changelog: https://github.com/spatie/db-dumper/compare/3.3.0...3.3.1
Full Changelog: https://github.com/spatie/db-dumper/compare/3.2.1...3.3.0
Full Changelog: https://github.com/spatie/db-dumper/compare/3.2.0...3.2.1
Full Changelog: https://github.com/spatie/db-dumper/compare/3.1.2...3.2.0
Full Changelog: https://github.com/spatie/db-dumper/compare/3.1.1...3.1.2
Full Changelog: https://github.com/spatie/db-dumper/compare/3.1.0...3.1.1
includeTables support for SqliteFull Changelog: https://github.com/spatie/db-dumper/compare/3.0.1...3.1.0
doNotUseColumnStatisticsHow can I help you explore Laravel packages today?