dev-master
9999999-dev https://github.com/jaimevalasek/JVKartA generic module Shopping Cart for ZF2.
BSD-3-Clause
The Requires
- php >=5.3.3
- zendframework/zendframework 2.*
zf2 shopping cart jaimevalasek jv-kart
A generic module Shopping Cart for ZF2.
Create By: Jaime Marcelo Valasek, (*1)
Module to create shopping cart, (*2)
Download this module into the vendor folder of your project., (*3)
Enable the module in the file application.config.php. Add the module JVKart., (*4)
"require": { "jaimevalasek/jv-kart": "dev-master" }
php $ php composer.phar update
, (*5)
application.config.php
.<?php return array( 'modules' => array( // ... 'JVKart', ), // ... );
http://www.zf2.com.br/tutoriais, (*6)
http://www.youtube.com/zf2tutoriais, (*7)
A generic module Shopping Cart for ZF2.
BSD-3-Clause
zf2 shopping cart jaimevalasek jv-kart