extpoint / yii2-gii
Code generator for projects on ExtPoint Yii2 Boilerplate
Installs: 476
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.4.0
- extpoint/yii2-core: *
- yiisoft/yii2: *
Requires (Dev)
- dev-master
- 2.3.8
- 2.3.7
- 2.3.6
- 2.3.5
- 2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.8
- 2.2.7
- 2.2.6
- 2.2.5
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.1.0
- 1.0.22
- 1.0.21
- 1.0.20
- 1.0.19
- 1.0.18
- 1.0.17
- 1.0.16
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-alexandr-generic-crud
- dev-alexandr-master
This package is not auto-updated.
Last update: 2024-11-03 05:47:39 UTC
README
Генерация кода для проектов, основанных на ExtPoint Yii2 Boilerplate
Установка
- Установите пакет через Composer:
composer require extpoint/yii2-gii
- Добавьте модуль в конфигурацию приложения:
<?php use extpoint\yii2\components\ModuleLoader; ModuleLoader::add('gii', 'extpoint\yii2\gii\GiiModule'); // <-- return [ 'id' => 'my-project', // ... ];
- Добавьте в webpack секцию поиска виджета:
require('extpoint-yii2/webpack') .base(/* ... */) // ... .widgets('./vendor/extpoint/yii2-gii/lib/widgets') // <--
Перезапустите webpack.