darryldecode / laravelshoppingcart

Shopping Cart Implementation for Laravel Framework
1.32k stars 413 forks source link

when is support for laravel 10 #363

Open andritroops opened 1 year ago

andritroops commented 1 year ago

when is support for laravel 10

Elmarbouhe commented 1 year ago

when is support for laravel 10 ???

mehediishere commented 1 year ago

You guys can check this following link from @ultrono since Laravel 10 is still not supported here yet. He updated the package for Laravel 10 use. It's the same package. Hopefully here will be an update soon enough

https://github.com/ultrono/laravelshoppingcart-1

ultrono commented 1 year ago

You guys can check this following link from @ultrono since Laravel 10 is still not supported here yet. He updated the package for Laravel 10 use. It's the same package. Hopefully here will be an update soon enough

https://github.com/ultrono/laravelshoppingcart-1

FYI I submitted a PR to this repository to add Laravel 10support. The PR has since been merged by @darryldecode . You therefore don;t need to use the above link 🚀

punyflash commented 1 year ago

You guys can check this following link from @ultrono since Laravel 10 is still not supported here yet. He updated the package for Laravel 10 use. It's the same package. Hopefully here will be an update soon enough https://github.com/ultrono/laravelshoppingcart-1

FYI I submitted a PR to this repository to add Laravel 10support. The PR has since been merged by @darryldecode . You therefore don;t need to use the above link 🚀

It was merged, but release for composer was not drafted.

jocelinkisenga commented 1 year ago

i think you can adapt it

ThaysonScript commented 1 year ago

in laravel 10 it is getting it, but when you call the variable \Cart::getContent(); says it is undefined even with the package import

SigalZ commented 10 months ago

Still no support for 10? I installed from here, \Cart::session undefined, I also copied everything from the other link, then I get \Cart::getTotal() undefined.

ultrono commented 5 months ago

Still no support for 10? I installed from here, \Cart::session undefined, I also copied everything from the other link, then I get \Cart::getTotal() undefined.

This package has supported Laravel 10 for over a year - https://github.com/darryldecode/laravelshoppingcart/commit/27880b0b94aaf1e76a87d76e69210d7180094ffa

arisawali2014 commented 1 month ago

Why \Cart::getContent() response is still []