Crinsane / LaravelShoppingcart

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

Changes in config/cart.php not being updated #634

Open Iversonweb opened 3 years ago

Iversonweb commented 3 years ago

Hey guys when I try to change tax rate in cart.php it does not reflect or update on my cart when I try to upload the cart total. Even the thousands separator is not being affected. Please help

bumbummen99 commented 3 years ago

This is just an idea but did you maybe cache your config by using php artisan config:cache?

Iversonweb commented 3 years ago

This is just an idea but did you maybe cache your config by using php artisan config:cache?

No I didn't, at all, all I did was publish the config

itsnasser commented 3 years ago

can u try run php artisan config:clear maybe your old config cached