Crinsane / LaravelShoppingcart

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

This library is not activily maintained. fork suggestions? #657

Open davidvandertuijn opened 3 years ago

davidvandertuijn commented 3 years ago

Which fork is populair in the community with support for Laravel 7/8+ ?

bumbummen99 commented 3 years ago

https://github.com/Crinsane/LaravelShoppingcart/wiki/Maintained-Forks

davidvandertuijn commented 3 years ago

The fork from limortimer does not support Laravel 8. https://github.com/olimortimer/LaravelShoppingcart/issues/7

I'm currently using the fork from digital-bird (which is not in the maintained fork list) https://github.com/digital-bird/LaravelShoppingcart

Just wonder what is the best choice at the moment ...

bumbummen99 commented 3 years ago

If the version you are using does indeed work please add it to the Wiki so others can find it too :+1: I think that also depends, i for my part prefer forks that also update the package itself in terms of functionality (such as my fork) but for the general the normal forks would fit better as they are just a plug and play replacement (most of the time).

hardevine commented 3 years ago

https://github.com/hardevine/LaravelShoppingcart

phnxdgtl commented 3 years ago

@davidvandertuijn I've been using the olimortimer fork in a Laravel 8 project without any issues; have you tried to install it? What problems have you come across?