| Package Data | |
|---|---|
| Maintainer Username: | Piterden | 
| Maintainer Contact: | efremov.a.denis@gmail.com (Denis Efremov) | 
| Package Create Date: | 2017-04-06 | 
| Package Last Update: | 2017-06-16 | 
| Home Page: | https://pyrocms.com | 
| Language: | PHP | 
| License: | MIT | 
| Last Refreshed: | 2025-10-30 03:11:37 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 60 | 
| Monthly Downloads: | 0 | 
| Daily Downloads: | 0 | 
| Total Stars: | 1 | 
| Total Watchers: | 1 | 
| Total Forks: | 0 | 
| Total Open Issues: | 3 | 
backup_manager-module for PyroCMS.A graphical user interface (GUI), allowing you to backup PyroCMS database by addon.
Run
$ composer require defr/backup_manager-module
Either, add to require section of composer.json:
    "defr/backup_manager-module": "~1.0.0",
Run composer update command, which will install module to the core folder!
Then you would need to install module to PyroCMS
$ php artisan module:install backup_manager
or
$ php artisan addon:install defr.module.backup_manager
$ php artisan db:dump
Usage: db:dump [options]
Options: --connection[=CONNECTION] DB connection to use. --tables[=TABLES] Tables to include in the dump. --addon[=ADDON] Addon, in dot notation.
Without any options it will create dump of all tables
$ php artisan dump:list