2017 © Pedro Peláez
 

yii2-extension yii2-imagemanager

Image mananger for Yii2.

image

amavis442/yii2-imagemanager

Image mananger for Yii2.

  • Saturday, August 9, 2014
  • by amavis442
  • Repository
  • 1 Watchers
  • 0 Stars
  • 38 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Imagemanager

Manager for images, (*1)

Installation

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

Either run, (*3)

$ php composer.phar require amavis442/yii2-imagemanager "dev-master"

or add, (*4)

"amavis442/yii2-imagemanager": "dev-master"

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

Usage

Once the extension is installed, modify your application configuration to include:, (*6)

return [
    'modules' => [
        ...
            'imageManager' => [
                'class' => 'amavis442\imagemanager\Module',
                'layout' => '//homepage', // Layout when not logged in yet
            ],
        ...
    ],
    ...
];

And run migrations:, (*7)

$ php yii migrate/up --migrationPath=@imageManager/migrations

License

imageManager module is released under the MIT License. See the bundled LICENSE.md for details., (*8)

INSTALLATION

./yii migrate/up --migrationPath=@imageManager/migrations, (*9)

The Versions

09/08 2014

dev-master

9999999-dev

Image mananger for Yii2.

  Sources   Download

MIT

The Requires

 

extension yii widget