msonowal / laracart
Laravel Shopping Cart
Installs: 1 186
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 2
Open Issues: 0
Requires
- illuminate/cookie: 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*
- illuminate/session: 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*
- illuminate/support: 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*
README
database argonistic shopping cart for Laravel 5.*
installation
composer require msonowal/laracart
There are so many shopping cart packages out there but almost everyone is using session based cart which in most cases serves our need, but sometime you might want to know or see which items are added in cart and abandoned etc, also send email to them.