Crinsane / LaravelShoppingcart

A simple shopping cart implementation for Laravel
MIT License
3.67k stars 1.73k forks source link

laravel 5.7 support #498

Closed ghost closed 5 years ago

ghost commented 5 years ago

Does not support laravel 5.7

MiticJovan commented 5 years ago

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...

MoogyG commented 5 years ago

metoo

hardevine commented 5 years ago

come on

grimxd commented 5 years ago

Yes please

ghost commented 5 years ago

Yes, definitely need 5.7 support, please!

asartz commented 5 years ago

+1

greatsami commented 5 years ago

21 days not updated yet?

hardevine commented 5 years ago

it seems its abandoned, fork it and update

divdax commented 5 years ago

@Crinsane please update

t-k-c commented 5 years ago

please update!!!!

t-k-c commented 5 years ago

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

hardevine commented 5 years ago

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

t-k-c commented 5 years ago

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 .

aliqasemzadeh commented 5 years ago

@Crinsane Hello, Please merge 5.7 support.

jordantsap commented 5 years ago

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

MichaelBelgium commented 5 years ago

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

rikiless commented 5 years ago

Seems it's already updated.

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

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