PHP code example of skeeks / cms-db-dumper
1. Go to this page and download the library: Download skeeks/cms-db-dumper library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
skeeks / cms-db-dumper example snippets
'components' =>
[
'dbDumper' => [
'class' => '\skeeks\cms\dbDumper\DbDumperComponent',
],
'i18n' => [
'translations' =>
[
'skeeks/dbDumper' => [
'class' => 'yii\i18n\PhpMessageSource',
'basePath' => '@skeeks/cms/dbDumper/messages',
'fileMap' => [
'skeeks/dbDumper' => 'main.php',
],
]
]
],
],
'modules' =>
[
'dbDumper' => [
'class' => '\skeeks\cms\dbDumper\DbDumperModule',
]
]
php composer.phar