2017 © Pedro Peláez
 

library webshoporder

image

agriya/webshoporder

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

The README.md

Webshop - Webshoporder Package

A Laravel 4 package for webshoporder, (*1)

Installation

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

"agriya/webshoporder": "dev-master"

Run composer update, (*3)

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

'Agriya\Webshoporder\WebshoporderServiceProvider',

Publish the config, (*5)

php artisan config:publish agriya/webshoporder

Run the migration, (*6)

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

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

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

The Versions

21/05 2014

dev-master

9999999-dev

  Sources   Download

The Requires

 

by Ahsan