dev-master
9999999-devImage mananger for Yii2.
MIT
The Requires
extension yii widget
Wallogit.com
2017 © Pedro Peláez
Image mananger for Yii2.
Manager for images, (*1)
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)
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
imageManager module is released under the MIT License. See the bundled LICENSE.md for details., (*8)
./yii migrate/up --migrationPath=@imageManager/migrations, (*9)
Image mananger for Yii2.
MIT
extension yii widget