Looking to hire Laravel developers? Try LaraJobs
This package is not available.

laravel-database-dump maintained by fdt2k

Author
Last update
2026/02/27 20:34 (4.x-dev)
License
Links
Downloads
784

Comments
comments powered by Disqus

database-dump

WARNING: Not ready for production use. You can loose all your data playing with this

about

This package is an helper that dump mysql tables into files

getting started

install

composer require fdt2k/laravel-database-dump

configure

sail artisan vendor:publish --provider="KDA\Dump\ServiceProvider" --tag="config"

package-service-provider

This can be used with fdt2k/laravel-package-service-provider to split dumps between providers

usage

dump

artisan kda:dump:all {ENV}