2017 © Pedro Peláez
 

yii2-extension common-library

Library

image

maks757/common-library

Library

  • Monday, February 13, 2017
  • by maks757
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

common-library

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()
        ],
        //...
],

The Versions

13/02 2017

dev-master

9999999-dev

Library

  Sources   Download

The Requires

 

by Cherednyk Maxim

library

13/02 2017

0.0.001

0.0.001.0

Library

  Sources   Download

The Requires

 

by Cherednyk Maxim

library