Crinsane / LaravelShoppingcart

A simple shopping cart implementation for Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the package unable to install on laravel 7

shakhawatfci opened this issue · comments

Package Not installing on Laravel 7 can anyone help me ?

It didn't even support laravel 6, So it's not maintained anymore I guess!

Hey, well yesterday, I spent about 3-4 hours to fork out all packages and bump versions up for Laravel dependencies and fix bugs on them to work with Laravel 6.0, I think it wouldn't be hard to add support to the Laravel 7.0 it is just time-consuming.

There are maintained forks of this package, vanilla and extended.

#593 (comment)

Hey, well yesterday, I spent about 3-4 hours to fork out all packages and bump versions up for Laravel dependencies and fix bugs on them to work with Laravel 6.0, I think it wouldn't be hard to add support to the Laravel 7.0 it is just time-consuming.

Hi How do I pull a version with Laravel 6 support?

Yes i used it but it’s not adding more then 2 product in cart :( Is that my session setting problem ? bcz i upgrade laravel 6 project into 7 then I installed the package

On Sat, Mar 14, 2020 at 8:23 PM Patrick @.***> wrote: @futurewebsites https://github.com/futurewebsites They are "different packages" so you would use their composer package identifier to install them and continue with their Readme. But beware, some of those only provide compatibility updates and some also extend with new minor/major versions and break compatibility to the official documentation. For a vanilla fork you would have to take a look at the pull requests and use one from there. There is also https://github.com/bumbummen99/LaravelShoppingcart but it is not compatible to this repos readme (while including all features and a lot of open PR's). — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#611 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEG3IHMQOUUTP3DHOZIXMK3RHOHM3ANCNFSM4LFS5DDA .

It was a bad idea to do such an idea since packages are very coupled, I have release merge/pull for laracom you can get it from my branch with laravel 6 it is working but should test a bit more for possible bugs.

I'm working on a fork that's compatible with Laravel 7 - everything seems to be working at the moment, but please submit a pull request if not;

https://github.com/olimortimer/LaravelShoppingcart

I've also created a fork, including various bugs that have been found in this repo such as the ability to now do GST per line item, which is needed in places like Australia. As well as new features like CartFee which is essentially shipping fee.

We are using this fork actively on a major ecommerce site so should always be stable.

https://github.com/digital-bird/LaravelShoppingcart/