jaimevalasek/jv-kart

A generic module Shopping Cart for ZF2.

dev-master 2013-09-27 20:25 UTC

This package is not auto-updated.

Last update: 2024-05-21 03:38:36 UTC


README

Create By: Jaime Marcelo Valasek

Module to create shopping cart

Installation

Download this module into the vendor folder of your project.

Enable the module in the file application.config.php. Add the module JVKart.

With composer

  1. Add this project in your composer.json:
"require": {
    "jaimevalasek/jv-kart": "dev-master"
}
  1. Now tell composer to download JVKart by running the command:

php $ php composer.phar update

Enabling it in your application.config.php.

<?php
return array(
    'modules' => array(
        // ...
        'JVKart',
    ),
    // ...
);

Usage tutorials

http://www.zf2.com.br/tutoriais

http://www.youtube.com/zf2tutoriais