defr/backup_manager-module is a Laravel package for backup manager for streams platform.
It currently has 1 GitHub stars and 60 downloads on Packagist (latest version v1.0.3).
Install it with composer require defr/backup_manager-module.
Discover more Laravel packages by defr
or browse all Laravel packages to compare alternatives.
Last updated
backup_manager-module for PyroCMS.Requires
"minimum-stability": "dev"flag incomposer.json
A graphical user interface (GUI), allowing you to backup PyroCMS database by addon.
Clone repository into addons/{app_reference}/defr/backup_manager-module folder, or add this module to your PyroCMS project manually uploading files.
Add to composer.json:
"require": {
// ...,
"defr/backup_manager-module": "dev-master"
},
"repositories": [
// ...,
{
"url": "https://github.com/Piterden/backup_manager-module",
"type": "git"
}
],
Run composer update command. It installs module to the core folder!
After placing files in correct place, you will need to install migrations using the PyroCMS Control Panel or simply run one of following commands:
$ php artisan module:install backup_manager
or
$ php artisan addon:install defr.module.backup_manager
A new menu item will appear in your admin navigation.
$ 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