dev-master
9999999-dev https://github.com/antuan-sehikyan/ImageManager.gitZF2 Image Upload Module + Doctrine Example + WebinoImageThumb
BSD-3-Clause
The Requires
- php >=5.3.3
- doctrine/doctrine-orm-module 0.*
framework zf2 upload image
ZF2 Image Upload Module + Doctrine Example + WebinoImageThumb
This is a ZF2 Image Upload Module using DoctrineModule + WebinoImageThumb Integration., (*1)
The recommended way to get a working copy of this project is to clone the repository
and use composer
to install dependencies:, (*2)
curl -s https://getcomposer.org/installer | php --
You would then invoke composer
to install dependencies. Add to your composer.json, (*3)
"antuan-sehikyan/image-manager": "dev-master"
"doctrine/doctrine-module": "0.*", "doctrine/doctrine-orm-module": "0.*", "webino/webino-image-thumb": "dev-master", "rwoverdijk/assetmanager": "1.*"
Once module installed, you could declare the module into your "config/application.config.php" by adding:, (*4)
'Application', 'DoctrineModule', 'DoctrineORMModule', 'WebinoImageThumb', 'ImageManager', 'AssetManager',
Copy/Paste the configuration file and change configuration options according to your social accounts. Note: You must create applications for that..., (*5)
cp vendor/antuan-sehikyan/image-manager/config/doctrine.local.php.dist config/autoload/doctrine.local.php
./vendor/bin/doctrine-module orm:validate-schema ./vendor/bin/doctrine-module orm:schema-tool:update --force
ZF2 Image Upload Module + Doctrine Example + WebinoImageThumb
BSD-3-Clause
framework zf2 upload image