2017 © Pedro Peláez
 

library addtocart

image

agriya/addtocart

  • Wednesday, May 21, 2014
  • by agriya
  • Repository
  • 4 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Webshop - Addtocart Package

A Laravel 4 package for addtocart, (*1)

Installation

Add the following to you composer.json file, (*2)

"agriya/addtocart": "dev-master"

Run composer update, (*3)

Add the following to app/config/app.php, (*4)

'Agriya\Addtocart\AddtocartServiceProvider',

Publish the config, (*5)

php artisan config:publish agriya/addtocart

Run the migration, (*6)

php artisan migrate --package="agriya/addtocart"

Add the following to app/routes.php, (*7)

Route::controller('cart', 'CartController');

The Versions

21/05 2014

dev-master

9999999-dev

  Sources   Download

The Requires

 

by Ahsan