https://github.com/binafy/laravel-discount
The Laravel-Discount is a Laravel package designed to handle discounts in your application effortlessly.
https://github.com/binafy/laravel-discount
binafy laravel php
Last synced: 5 months ago
JSON representation
The Laravel-Discount is a Laravel package designed to handle discounts in your application effortlessly.
- Host: GitHub
- URL: https://github.com/binafy/laravel-discount
- Owner: binafy
- License: mit
- Created: 2024-05-25T18:00:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-14T08:17:12.000Z (8 months ago)
- Last Synced: 2025-12-15T01:55:08.525Z (8 months ago)
- Topics: binafy, laravel, php
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 18
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel Discount

The `Laravel-Discount` is a Laravel package designed to handle discounts in your application effortlessly. This package provides a comprehensive and flexible solution to apply various discount strategies, making it easy to integrate promotional offers, seasonal sales, and other discount-related functionalities into your Laravel project.
## Features
- Percentage Discounts: Apply percentage-based discounts to your products or services.
- Fixed Amount Discounts: Deduct a fixed amount from the total cost.
- Conditional Discounts: Set conditions for discounts, such as minimum order value or specific product categories.
- Discount Codes: Generate and manage discount codes for your customers.
- Expiry Dates: Set expiration dates for discounts to create time-limited offers.
- Usage Limits: Restrict the number of times a discount can be used.
- Stackable Discounts: Allow multiple discounts to be applied simultaneously or restrict stacking.
- Detailed Documentation: Comprehensive guides and examples to help you get started quickly.