composer require maks757/common-library
'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'
]
],
//...
]
'modules' => [
'lib' => [
'class' => \common\modules\library\LibraryModule::className()
],
//...
],