Skip to content

v1.0.0

Compare
Choose a tag to compare
@realrashid realrashid released this 15 Jun 21:05
· 9 commits to main since this release
cec4c88

v1.0.0 - 2024-06-16

[Initial Release] - 2024-06-16

Added

  • Core functionality for managing shopping carts within Laravel applications.
  • Flexible configuration options to customize cart instances with specific tax rates and other settings.
  • Support for managing multiple cart instances, each with its own configurations.
  • Intuitive API for seamless integration and interaction with the cart.
  • Tax calculation feature, allowing enabling or disabling tax calculations per cart instance.
  • Initial set of facade and service provider to integrate Cart into Laravel projects.
  • Unit tests and test cases to ensure reliability and functionality.
  • Documentation outlining installation, configuration, and usage of the Cart package.