laravelshoppingcart icon indicating copy to clipboard operation
laravelshoppingcart copied to clipboard

when is support for laravel 10

Open andritroops opened this issue 1 year ago • 9 comments

when is support for laravel 10

andritroops avatar Apr 19 '23 16:04 andritroops

when is support for laravel 10 ???

Elmarbouhe avatar Apr 22 '23 21:04 Elmarbouhe

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

mehediishere avatar Apr 27 '23 02:04 mehediishere

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 🚀

ultrono avatar Apr 29 '23 21:04 ultrono

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.

punyflash avatar May 01 '23 03:05 punyflash

i think you can adapt it

jocelinkisenga avatar May 01 '23 20:05 jocelinkisenga

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

ThaysonScript avatar May 11 '23 22:05 ThaysonScript

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.

SigalZ avatar Sep 02 '23 08:09 SigalZ

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

ultrono avatar Jan 14 '24 09:01 ultrono

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

arisawali2014 avatar May 14 '24 13:05 arisawali2014