dev-master
9999999-dev https://github.com/ledsinclouds/CollectionShop.gitZF2 Demo Module implementing Image Loading using Javascript Raphael Library
BSD-3-Clause
The Requires
framework zf2
Wallogit.com
2017 © Pedro Peláez
ZF2 Demo Module implementing Image Loading using Javascript Raphael Library
ZF2 Demo Module implementing Image Loading using Javascript Raphael Library., (*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)
"ledsinclouds/collection-shop": "dev-master"
"doctrine/doctrine-module": "0.*", "doctrine/doctrine-orm-module": "0.*", "rwoverdijk/assetmanager": "1.*"
Once module installed, you could declare the module into your "config/application.config.php" by adding:, (*4)
'Application',
'DoctrineModule',
'DoctrineORMModule',
'CollectionShop',
'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/ledsinclouds/collection-shop/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
or copy the database file located in public/data into the site data folder, (*6)
cp vendor/ledsinclouds/collection-shop/public/data/data.db data/data.db
You can use it with the ViewHelper provided in this module, (*7)
echo $this->showCollection();
ZF2 Demo Module implementing Image Loading using Javascript Raphael Library
BSD-3-Clause
framework zf2