2017 © Pedro Peláez
 

library my_crud

AdminLTE - admin control panel and dashboard that's based on Bootstrap 3

image

artem163397/my_crud

AdminLTE - admin control panel and dashboard that's based on Bootstrap 3

  • Saturday, June 24, 2017
  • by Artem163397
  • Repository
  • 0 Watchers
  • 0 Stars
  • 90 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

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)

The Versions

24/06 2017

dev-master

9999999-dev http://almsaeedstudio.com/

AdminLTE - admin control panel and dashboard that's based on Bootstrap 3

  Sources   Download

MIT

by Abdullah Almsaeed

template css responsive js theme admin web less back-end