vsdesk/vsdesk-generator

Yii2 Generator extension for Gii plugin with adminlte and base on dynagrid. upload excel to system to with log upload

dev-main 2025-05-20 14:30 UTC

This package is auto-updated.

Last update: 2025-05-20 14:30:35 UTC


README

yii2 framework generator code with layout template adminlte and base on kartik dynagrid

add via composer :

"vsdesk/vsdesk-generator": "dev-main"

setting in your config like these following :

$config['modules']['gii'] = [
    'class' => 'yii\gii\Module',
    'generators' => [
        'vsdesk' => [
            'class' => 'vsdesk\gii\generators\crud\Generator',
        ],
        'vsdeskModel' => [
            'class' => 'vsdesk\gii\generators\model\Generator'
        ]
    ]
];