maks757/common-library
Composer 安装命令:
composer require maks757/common-library
包简介
Library
关键字:
README 文档
README
composer require maks757/common-library
config frontend
'components' => [ 'library' => [ 'class' => \common\modules\library\LibraryComponent::className(), //default alias @frontend/web + array items 'dirs' => [ '/images', '/textEditor', '/info', '/pdf', '/video', '/Musik', ], //search type files 'file_type' => [ '.gif', '.png', '.jpg', '.jpeg', '.svg', '.pdf', '.mp4', '.webm', '.mp3', '.ogg', '.wav' ] ], //... ]
config backend
'modules' => [ 'lib' => [ 'class' => \common\modules\library\LibraryModule::className() ], //... ],
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2017-02-13