dev-master
9999999-dev http://almsaeedstudio.com/AdminLTE - admin control panel and dashboard that's based on Bootstrap 3
MIT
by Abdullah Almsaeed
template css responsive js theme admin web less back-end
Wallogit.com
2017 © Pedro Peláez
AdminLTE - admin control panel and dashboard that's based on Bootstrap 3
composer require artem163397/my_crud "dev-master", (*1)
В файле config/web.php. В конце заменить, (*2)
if (YII_ENV_DEV) { // configuration adjustments for 'dev' environment $config['bootstrap'][] = 'debug'; $config['modules']['debug'] = [ 'class' => 'yii\debug\Module', // uncomment the following to add your IP if you are not connecting from localhost. //'allowedIPs' => ['127.0.0.1', '::1'], ];, (*3)
$config['bootstrap'][] = 'gii';
$config['modules']['gii'] = [
'class' => 'yii\gii\Module',
'generators' => [
'crud' => [
'class' => 'yii\gii\generators\crud\Generator',
'templates' => ['My' => '@app/vendor/artem163397/my_crud']
]
],
// uncomment the following to add your IP if you are not connecting from localhost.
//'allowedIPs' => ['127.0.0.1', '::1'],
];
}, (*4)
AdminLTE - admin control panel and dashboard that's based on Bootstrap 3
MIT
template css responsive js theme admin web less back-end