Crinsane / LaravelShoppingcart

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

Lets make a new project with laravel 6.0 ? I want to help a open source #597

Open Emiltonn opened 4 years ago

Emiltonn commented 4 years ago

Lets make a new project with laravel 6.0 ? I want to help a open source

bumbummen99 commented 4 years ago

There are like a dozen forks of this package, even for 6.*. You can always fork, update, re-publish the package and create a PR for others to see how to do it 👍

poppabear8883 commented 4 years ago

@bumbummen99 Would be nice to share a direct link to one if you know of any forks that support Laravel 6.* because there is only 1.1k forks to guess at 👍

bumbummen99 commented 4 years ago

@poppabear8883 You can take a look at the PR's on this repo, all of these are forks and some provide L6 already. If you are talking about continuations then also you can find them in the comments, sadly this repo is being spammed with issues so finding anything is kinda hard but i have made a list of relevant links some time ago over here https://github.com/Crinsane/LaravelShoppingcart/issues/593#issuecomment-551254784

As far as i know and can remember there are the following (vanilla): @hardevine https://github.com/hardevine/LaravelShoppingcart @treeStoneIT https://github.com/treeStoneIT/shopping-cart

Also i have forked the project but also included some PR's of this repo to provide additional features, also testing has been improved and extended on a per issue basis. Some Signatures have changed so might not fully compatible with the method calls shown in this readme. https://github.com/bumbummen99/LaravelShoppingcart

poppabear8883 commented 4 years ago

This is a great answer, Thanks for sharing 👍