darryldecode / laravelshoppingcart

Shopping Cart Implementation for Laravel Framework
1.33k stars 435 forks source link

Updating laravel to 5.3 #64

Open tokayer opened 8 years ago

tokayer commented 8 years ago

Hi, I'm using darryldecode/cart in my code, I'm using currently laravel 5.2, and i want to upgrade to 5.3. when i run composer update, i get the following error: Problem 1

Is the cart compatible with laravel 5.3 ? Thanks!

ghost commented 7 years ago

I like this shopping cart package and also would like to use this package in 5.3

Thanks

vijaythecoder commented 7 years ago

👍

sozonets commented 7 years ago

i also would like to know about installing this package on laravel 5.3. Thanks.

visualcom commented 7 years ago

+1

visualcom commented 7 years ago

I made a few tests using this package in Laravel 5.3. At a first look, the cart seems to work fine in Laravel 5.3 ;) Thank you for the good work Darryl!

it-can commented 7 years ago

This is fixed in https://github.com/darryldecode/laravelshoppingcart/commit/6cdff019ac3e9c0c1ade1538ab059ae36e1de5cd

mbouclas commented 7 years ago

can you push a new tag so that we won't have to pull dev-master?

Thank you.