Skip to content

agriya/webshoporder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webshop - Webshoporder Package

A Laravel 4 package for webshoporder

Installation

Add the following to you composer.json file

"agriya/webshoporder": "dev-master"

Run composer update

Add the following to app/config/app.php

'Agriya\Webshoporder\WebshoporderServiceProvider',

Publish the config

php artisan config:publish agriya/webshoporder

Run the migration

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

Add the following to app/routes.php

Route::any('checkout', 'CheckOutController@populateCheckOutItems');
Route::any('checkout/proceed', 'CheckOutController@doCheckOut');

About

A Laravel 4 package for manage orders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published