Crinsane / LaravelShoppingcart

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

Is it working for laravel 6 or 7? #613

Closed Hamzajoshan closed 11 months ago

Hamzajoshan commented 4 years ago

I've installed it over laravel version 7.2 it's not working at all.could you provide any solution it's urgent...... @Crinsane @tkaw220 @jackmcdade

olimortimer commented 4 years ago

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

phoeni2020 commented 4 years ago

@olimortimer i've tried that package and that was the result C:\xampp2\htdocs\E-commerce>composer require olimortimer/laravelshoppingcart Using version ^4.0 for olimortimer/laravelshoppingcart ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

Installation failed, reverting ./composer.json to its original content.

olimortimer commented 4 years ago

@phoeni2020 please try again and raise an issue against my fork if it happens again

mrsherlock1 commented 4 years ago

The same issue, can't install it on Laravel 6

olimortimer commented 4 years ago

@mrsherlock1 the fork that I have made? Please try again and raise an issue against my fork if it happens again

aa-hridoy commented 4 years ago

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

it's working laravel 7 ..Thanks

rubelkhan447 commented 4 years ago

E:\XAMPP\htdocs\first>composer require gloudemans/shoppingcart Using version ^2.6 for gloudemans/shoppingcart ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

Installation failed, reverting ./composer.json to its original content.

@Crinsane @tkaw220 @jackmcdade

olimortimer commented 4 years ago

@shovokhan have you tried my fork of the repo?

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

ThienTranDuy commented 4 years ago

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

Thank you. It helpful for me. (laravel 7)

jonathan-bird commented 4 years ago

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/ (docs WIP)