2017 © Pedro Peláez
 

library jv-kart

A generic module Shopping Cart for ZF2.

image

jaimevalasek/jv-kart

A generic module Shopping Cart for ZF2.

  • Friday, September 27, 2013
  • by jaimevalasek
  • Repository
  • 1 Watchers
  • 0 Stars
  • 48 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

JVKart

Create By: Jaime Marcelo Valasek, (*1)

Module to create shopping cart, (*2)

Installation

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)

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, (*5)

Enabling it in your application.config.php.

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

Usage tutorials

http://www.zf2.com.br/tutoriais, (*6)

http://www.youtube.com/zf2tutoriais, (*7)

The Versions

27/09 2013

dev-master

9999999-dev https://github.com/jaimevalasek/JVKart

A generic module Shopping Cart for ZF2.

  Sources   Download

BSD-3-Clause

The Requires

 

zf2 shopping cart jaimevalasek jv-kart