2017 © Pedro Peláez
 

library medialibrary

Media Library module

image

mactepdark/medialibrary

Media Library module

  • Friday, June 2, 2017
  • by MactepDark
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Media Library

Media Library module, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist mactepdark/medialibrary "*"

or add, (*4)

"mactepdark/medialibrary": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

<?= \mactepdark\medialibrary\AutoloadExample::widget(); ?>```


'modules' => [ 'MediaLibrary' => [ 'class' => 'app\modules\MediaLibrary\Library', ], ], ```, (*7)

The Versions

02/06 2017

dev-master

9999999-dev

Media Library module

  Sources   Download

BSD-3-Clause

The Requires

 

by Avatar MactepDark

rubarb