amavis442/yii2-imagemanager

This package is abandoned and no longer maintained. No replacement package was suggested.

Image mananger for Yii2.

Installs: 47

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2014-08-09 20:04 UTC

This package is not auto-updated.

Last update: 2021-11-08 12:26:33 UTC


README

Manager for images

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

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

to the require section of your composer.json file.

Usage

Once the extension is installed, modify your application configuration to include:

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

And run migrations:

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

License

imageManager module is released under the MIT License. See the bundled LICENSE.md for details.

#INSTALLATION

./yii migrate/up --migrationPath=@imageManager/migrations