Laraship

⌘K
  1. Home
  2. Docs
  3. Laraship
  4. Marketplace Module
  5. Cross Device Carts

Cross Device Carts

  • You can configure cross-device carts for users, this will load cart current to users when they login to other browsers from different devices.
  • To enable this feature to add the below variable to the environment file .env and then clear the config cache
MARKETPLACE_SHOPPING_CART_SAVE=true

 

  • To Clear Config cache:
php artisan config:clear