Skip to content

A package used to create and manage carts (such as shopping, recently viewed, compared items...) in Laravel application.

License

Notifications You must be signed in to change notification settings

JackieDo/Laravel-Cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Cart

Build Status Total Downloads Latest Stable Version Latest Unstable Version License

Laravel Cart is a package used to create and manage carts (such as shopping, recently viewed, compared items...) in Laravel application.

Versions and compatibility

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

Important note (*)

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.

Documentation

You can find documentation of all versions with the links below:

Testing

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.

License

MIT © Jackie Do