https://github.com/cdwv/databasedumpercommandbundle
https://github.com/cdwv/databasedumpercommandbundle
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cdwv/databasedumpercommandbundle
- Owner: cdwv
- Created: 2017-06-01T12:13:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-20T13:53:32.000Z (about 9 years ago)
- Last Synced: 2025-02-23T22:16:52.851Z (over 1 year ago)
- Language: PHP
- Size: 37.1 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/cdwv/DatabaseDumperCommandBundle) [](https://packagist.org/packages/cdwv/database-dumper-command-bundle) [](https://packagist.org/packages/cdwv/database-dumper-command-bundle) [](https://packagist.org/packages/cdwv/database-dumper-command-bundle) [](https://packagist.org/packages/cdwv/database-dumper-command-bundle)
Description
------------
Simple Symfony task for create backup/dump database
Installation
------------
```
composer require cdwv/database-dumper-command-bundle
```
add bundle to AppKernel:
```
new CodeWave\DatabaseDumperCommandBundle\CodeWaveDatabaseDumperCommandBundle(),
```
Run:
------------
```
app/console cdwv:database:dump
```
## License
The MIT License © 2015 - 2016