maks757 / common-library
There is no license information available for the latest version (0.0.001) of this package.
Library
Package info
github.com/maks757/common-library
Type:yii2-extension
pkg:composer/maks757/common-library
0.0.001
2017-02-13 21:18 UTC
Requires
- yiisoft/yii2: >=2.0.6
This package is not auto-updated.
Last update: 2026-03-01 03:53:35 UTC
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() ], //... ],