PHP code example of slayer911 / yii2-dbcast
1. Go to this page and download the library: Download slayer911/yii2-dbcast 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/ */
slayer911 / yii2-dbcast example snippets
php yii migrate/cast-save
$xslt
return [
...
'controllerMap' => [
'migrate' => [
'class' => \DBCast\controllers\MigrateController::class,
'develop' => true
]
]
...
];