cdwv/database-dumper-command-bundle
Symfony bundle adding a console command to create database backups/dumps. Install via Composer, register the bundle, then run app/console cdwv:database:dump to generate a dump for your configured database.
Simple Symfony task for create backup/dump database
composer require cdwv/database-dumper-command-bundle
add bundle to AppKernel:
new CodeWave\DatabaseDumperCommandBundle\CodeWaveDatabaseDumperCommandBundle(),
app/console cdwv:database:dump
The MIT License © 2015 - 2016
How can I help you explore Laravel packages today?