Laravel Cart is a package used to create and manage carts (such as shopping, recently viewed, compared items...) in Laravel application.
Currently, the Laravel Cart has three branches that are compatible with the following versions of Laravel:
Branch | Tag releases | Laravel version |
---|---|---|
v1.0 | 1.* | 4.x only |
v2.0 | 2.* | 5.x only |
v3.0 | 3.* | 5.x or above |
Version 3.0 has a different structure and working method from previous versions. Therefore, if you have used previous versions and do not want to change or want to learn new ways of working, I recommend that you do not install this version. Staying with the old version, it doesn't give you any new features, but gives you safety.
On the contrary, if you choose version 3.0 to work, you will own particularly useful features that previous versions did not have. It is important that you read the documentation carefully to work properly.
You can find documentation of all versions with the links below:
The package has been tested through more than 120 test cases with Travis CI on PHP versions 5.6 (Laravel 5.4) and 7.2 (Laravel 7.x). Detailed information about test cases please see here.
MIT © Jackie Do