yasinsvr / cart
Laravel shopping cart
v1.1.0
2025-06-05 16:04 UTC
Requires
- php: ^8.1
- illuminate/support: ^10.0 || ^11.0 || ^12.0
- illuminate/translation: ^10.0 || ^11.0 || ^12.0
- illuminate/validation: ^10.0 || ^11.0 || ^12.0
Requires (Dev)
- imanghafoori/eloquent-mockery: dev-main
- mockery/mockery: ^1.4.2
- phpunit/phpunit: ^10.0
- symfony/var-dumper: ^5.1
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
- Open config/app.php and add this line to your Service Providers Array.
YasinSVR\Cart\CartServiceProvider::class
- Open config/app.php and add this line to your Aliases
'Cart' => YasinSVR\Cart\Facades\CartFacade::class
- 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 :)