yasinsvr/cart

v1.1.0 2025-06-05 16:04 UTC

This package is auto-updated.

Last update: 2025-06-07 13:35:24 UTC


README

A Shopping Cart Implementation for Laravel Framework

It's ready for version 10 & 11 & 12

INSTALLATION

Install the package through Composer.

composer require yasinsvr/cart

CONFIGURATION

  1. Open config/app.php and add this line to your Service Providers Array.
YasinSVR\Cart\CartServiceProvider::class
  1. Open config/app.php and add this line to your Aliases
  'Cart' => YasinSVR\Cart\Facades\CartFacade::class
  1. Optional configuration file (useful if you plan to have full control)
php artisan vendor:publish --provider="YasinSVR\Cart\CartServiceProvider" --tag="config"

Enjoy from laravel shopping cart :)