yii2-module/yii2-crud
最新稳定版本:8.0.5
Composer 安装命令:
composer require yii2-module/yii2-crud
包简介
A library that provides crud (i.e. low level backend admin) controllers and actions for relational models
关键字:
README 文档
README
A library that provides crud (i.e. low level backend admin) controllers and actions for relational models.
Installation
The installation of this library is made via composer and the autoloading of all classes of this library is made through their autoloader.
- Download
composer.pharfrom their website. - Then run the following command to install this library as dependency :
php composer.phar install yii2-extended/yii2-crud ^8
Configuration
This module needs the following components to be set at the configuration level:
- NONE
This module uses the following parameters to be set at the configuration level:
- NONE
Then the module should be configured as follows (in console.php or web.php) :
$config = [
...
'modules' => [
...
'crud' => [
'class' => 'Yii2Extended\Yii2Crud\CrudModule',
'layout' => '//layout.php',
'bundles' => [
'url-module-id' => 'module-id-in-this-config-file',
],
],
...
],
...
];
License
MIT (See license file)
统计信息
- 总下载量: 526
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-08-11