2017 © Pedro Peláez
 

library shoppingcart

Laravel Shoppingcart

image

onweb/shoppingcart

Laravel Shoppingcart

  • Friday, March 2, 2018
  • by onweb
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 642 Forks
  • 0 Open issues
  • 23 Versions
  • 10 % Grown

The README.md

LaravelShoppingcart

Fork of, (*1)

Crinsane/LaravelShoppingcart

Some extra features are added., (*2)

Installation

Install the package through Composer., (*3)

Run the Composer require command from the Terminal:, (*4)

composer require onweb/shoppingcart

If you're using Laravel 5.5, this is all there is to do., (*5)

Should you still be on version 5.4 of Laravel, the final steps for you are to add the service provider of the package and alias the package. To do this open your config/app.php file., (*6)

Add a new line to the providers array:, (*7)

Onweb\Shoppingcart\ShoppingcartServiceProvider::class

And optionally add a new line to the aliases array:, (*8)

'Cart' => Onweb\Shoppingcart\Facades\Cart::class,

Publish config:, (*9)

php artisan vendor:publish --provider="Onweb\Shoppingcart\ShoppingcartServiceProvider" --tag="config"

Now you're ready to start using the shoppingcart in your application., (*10)

The Versions

14/07 2016

2.1.2

2.1.2.0

Laravel Shoppingcart

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Gloudemans

laravel shoppingcart

30/06 2016

2.1.1

2.1.1.0

Laravel Shoppingcart

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Gloudemans

laravel shoppingcart

23/06 2016

2.1.0

2.1.0.0

Laravel Shoppingcart

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Gloudemans

laravel shoppingcart

15/06 2016

2.0.2

2.0.2.0

Laravel Shoppingcart

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Gloudemans

laravel shoppingcart

15/06 2016

2.0.1

2.0.1.0

Laravel Shoppingcart

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Gloudemans

laravel shoppingcart

15/06 2016

2.0.0

2.0.0.0

Laravel Shoppingcart

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Gloudemans

laravel shoppingcart

19/02 2015

1.3

1.3.0.0

Laravel 4 Shoppingcart

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Gloudemans

laravel shoppingcart

06/12 2014

1.2.1

1.2.1.0

Laravel 4 Shoppingcart

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Gloudemans

laravel shoppingcart

22/08 2014

1.2

1.2.0.0

Laravel 4 Shoppingcart

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Gloudemans

laravel shoppingcart

02/06 2014

1.1

1.1.0.0

Laravel 4 Shoppingcart

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Gloudemans

laravel shoppingcart

14/03 2014

1.0

1.0.0.0

Laravel 4 Shoppingcart

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob Gloudemans

laravel shoppingcart