Skip to content

agriya/addtocart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webshop - Addtocart Package

A Laravel 4 package for addtocart

Installation

Add the following to you composer.json file

"agriya/addtocart": "dev-master"

Run composer update

Add the following to app/config/app.php

'Agriya\Addtocart\AddtocartServiceProvider',

Publish the config

php artisan config:publish agriya/addtocart

Run the migration

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

Add the following to app/routes.php

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

About

A Laravel 4 package for webshop cart

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published