laravel-couponables

Promocode functionality leveraging Eloquent polymorphic relationships.

MIT License

Downloads
43.8K
Stars
181
Committers
2
laravel-couponables - v3.3.0

Published by michael-rubel over 2 years ago

Added

  • CouponService is now macroable.
laravel-couponables - v3.1.1

Published by michael-rubel over 2 years ago

laravel-couponables - v3.1.0

Published by michael-rubel over 2 years ago

Added

  • verifyOrNullifyCoupon and redeemOrNullifyCoupon methods to return null instead of the exception in case of failure.

Changed

  • Little refactoring in the CouponService.
laravel-couponables - v3.0.0

Published by michael-rubel over 2 years ago

Added

  • New isDisposable and verifyCoupon methods.

Changed

  • Changed the logic of coupon limiting.
  • Code strings are now allowed as null.
  • Fixes of docblocks.
  • Other tiny changes.
laravel-couponables - v2.0.0

Published by michael-rubel over 2 years ago

Added

  • isCouponOverLimit method to HasCoupons trait.

Changed

  • CouponService is refactored to reuse code.
laravel-couponables - v1.4.0

Published by michael-rubel over 2 years ago

Added

  • value column in the coupons table.
laravel-couponables - v1.3.0

Published by michael-rubel over 2 years ago

Added

  • type column in the coupons table.
  • Generic CouponException exception to catch any coupon fail in one go.

Changed

  • isCouponRedeemed method in HasCoupons trait is now wrapped into LEC's CallProxy to make it container bindable.
laravel-couponables - v1.2.0

Published by michael-rubel over 2 years ago

Added

  • isCouponRedeemed method on HasCoupons trait.
  • isRedeemedBy method on Coupon model.

Changed

  • Container calls are swapped to use an interface instead of $this.
laravel-couponables - v1.1.1

Published by michael-rubel over 2 years ago

Changed

  • applyCoupon now returns the CouponContract.
  • Removed an alias for compatibility with Laravel Cashier.
laravel-couponables - v1.1.0

Published by michael-rubel over 2 years ago

  • New methods & refactoring.
laravel-couponables - v1.0.0

Published by michael-rubel over 2 years ago

  • Initial release.
Package Rankings
Top 15.02% on Packagist.org
Badges
Extracted from project README
Latest Version on Packagist Tests Code Quality Code Coverage Infection Larastan