vsdesk / vsdesk-generator
Yii2 Generator extension for Gii plugin with adminlte and base on dynagrid. upload excel to system to with log upload
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
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'
]
]
];