Download the PHP package fgh151/yii2-backup without Composer
On this page you can find all versions of the php package fgh151/yii2-backup. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-backup
Русская документация доступна на сайте OpenItStudio
Yii2 Backup and Restore Database
Database Backup and Restore functionality
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply add it in your config by :
Basic
Advanced
'modules' => [
'backup' => [
'class' => 'fgh151\modules\backup\Module',
],
...
...
],
Console
make sure you create a writable directory named _backup on app root directory.
RBAC
You can use RBAC with module. Simply add it in your config:
Usage
Pretty Url's
No pretty Url's
Console
All versions of yii2-backup with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
*
The package fgh151/yii2-backup contains the following files
Loading the files please wait ....