-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Transferring from bitbucket to github
- Loading branch information
1 parent
a601d96
commit 609da27
Showing
2 changed files
with
3 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,4 @@ | ||
HtCustomerLogo | ||
============== | ||
|
||
A Zend Framework 2 module which saves your time by allowing your user to upload logo | ||
|
||
Note: This module is not fully tested. | ||
|
||
## Features | ||
|
||
* Easy to Configure | ||
* Easy to resize logo for storage | ||
* Event Driven(obvious with Zend Framework, isn't it?) | ||
|
||
## Requirements | ||
* [Zend Framework](https://github.com/zendframework/zf2/) | ||
* [ZfcBase](https://github.com/Zf-Commons/ZfcBase) | ||
* [WebinoPhpThumb](https://github.com/webino/WebinoImageThumb) | ||
* [HCommons](https://github.com/ojhaujjwal/HCommons) | ||
|
||
## Installation | ||
* Add `"hrevert/ht-customer-logo": "dev-master",` to your composer.json and run `php composer.phar update` | ||
* Enable the module in `config/application.config.php` | ||
* Copy file located in `config/htcustomerlogo.global.php` to `./config/autoload/htcustomerlogo.global.php` and change the values as you wish | ||
|
||
## Options | ||
* Check the options available in `config/htcustomerlogo.global.php` | ||
|
||
## How To | ||
|
||
Please check this [wiki](https://github.com/hrevert/HtCustomerLogo/wiki) for more details on how to use this module. | ||
A sample module dependant on [HtImgModule](https://github.com/hrevert/HtImgModule). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters