bumbummen99 / LaravelShoppingcart

A simple shopping cart implementation for Laravel
MIT License
503 stars 235 forks source link

Can't install with Laravel 6.5 #39

Closed yougotnet closed 4 years ago

yougotnet commented 4 years ago

Receive an error that gloudemans/shoppingcart require illuminate/events that is not compatible with Laravel 6.0.

bumbummen99 commented 4 years ago

Hey,

this repo is a fork of the original Package by @Crisane that has been extended with still open PR's and hopefully will stay active. Did you try to install it with gloudemans/shoppingcart? The name of this package is bumbummen99/shoppingcart, you should be able to install it using the follwing command:

composer require bumbummen99/shoppingcart
yougotnet commented 4 years ago

I did, thanks. It also is forked from Gloudemans and the requirements are not compatible with Laravel 6.5.

On November 7, 2019 at 2:37:14 PM, Patrick (notifications@github.commailto:notifications@github.com) wrote:

Hey,

this repo is a fork of the original Package by @Crisane that has been extended with still open PR's and hopefully will stay active. Did you try to install it with gloudemans/shoppingcart? The name of this package is bumbummen99/shoppingcart, you should be able to install it using the follwing command:

composer require bumbummen99/shoppingcart

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/bumbummen99/LaravelShoppingcart/issues/39?email_source=notifications&email_token=AAWRNDTPXZ2EWMYBH76MC7LQSR37PA5CNFSM4JJXR3IKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDNXH2Y#issuecomment-551252971, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAWRNDTCNIPWVD3ZWYEGJM3QSR37PANCNFSM4JJXR3IA.

bumbummen99 commented 4 years ago

It seems to work on my end on the latest version of Laravel. Could you please attach the output of the composer command?

SodomousPrime commented 4 years ago

@bumbummen99 It has installed fine for me using Laravel Framework 6.5.2

bumbummen99 commented 4 years ago

I'll close this as i can not replicate the issue. If the issue still persists please re-open this issue 👍

yougotnet commented 4 years ago

I started over and install a fresh copy of laravel and it seem to install okay.

You can close the issue.