Laravelshoppingcart: laravel 5.7 support

Created on 16 Sep 2018  Â·  17Comments  Â·  Source: Crinsane/LaravelShoppingcart

Does not support laravel 5.7

Most helpful comment

All 17 comments

And l am looking for that...
All you need to do if you want to continue with project is to get back to old 5.6 version. my code is working like this, make changes in composer.json file:
{
"name": "laravel/laravel",
"description": "The Laravel Framework.",
"keywords": ["framework", "laravel"],
"license": "MIT",
"type": "project",
"require": {
"php": "^7.1.3",
"doctrine/dbal": "^2.8",
"fideloper/proxy": "^4.0",
"gloudemans/shoppingcart": "^2.5",
"illuminate/support": "5.6",
"laravel/framework": "5.6",
"laravel/tinker": "^1.0",
"laravelcollective/html": "^5.4.0"
},

The most important is to manually set illuminate/support to 5.6 and laravel framework to 5.6 and update composer via terminal composer update and done, you can continue with the project...

metoo

come on

Yes please

Yes, definitely need 5.7 support, please!

+1

21 days not updated yet?

it seems its abandoned, fork it and update

@Crinsane please update

please update!!!!

Im forced to use this as an alternative https://github.com/darryldecode/laravelshoppingcart

Perfect!!!

On Sat, Oct 27, 2018, 2:30 PM Harinder notifications@github.com wrote:

5.7 supported :)
https://github.com/hardevine/LaravelShoppingcart

—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/Crinsane/LaravelShoppingcart/issues/498#issuecomment-433620379,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AfUxqMT16-ayFSdlNEs4q1eTsRImYhtnks5upF_ygaJpZM4WqmKo
.

@Crinsane
Hello,
Please merge 5.7 support.

https://github.com/bumbummen99/LaravelShoppingcart
this is much better than everything i see before and it has new features as well!!

Nobody made a fork which adds like shipping costs and transaction costs so i had to make one myself: https://github.com/MichaelBelgium/LaravelShoppingcart - didnt had much time to improve it further yet

Seems it's already updated.

https://github.com/Crinsane/LaravelShoppingcart/releases/tag/2.6.0

Issue duplicates #488, #498, #510, #520.

Was this page helpful?
0 / 5 - 0 ratings