Skip to content

Commit

Permalink
main: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeremcansev committed Oct 4, 2024
1 parent 8e0cc39 commit 7414fb9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ Laravel Commission is a powerful package designed to simplify the management and
In summary, Laravel Commission is a versatile and robust solution for managing commissions in Laravel applications, providing developers with the tools they need to implement and customize commission calculations effectively. Whether you're building an e-commerce site, an affiliate platform, or a sales management system, this package can help streamline your commission management processes.


---

## Installation


Expand All @@ -61,8 +59,6 @@ You can publish the config file with:
php artisan vendor:publish --tag="laravel-commission-config"
```

---

## Usage

1. **Implement the Interface**: Ensure that the model you want to apply commissions to implements the `HasCommissionInterface`. This interface defines the methods required for commission calculations.
Expand Down Expand Up @@ -108,7 +104,6 @@ The `calculate()` method returns a `\Mkeremcansev\LaravelCommission\Services\Con

**CommissionCalculationResultContext**: If the model `getCommissionableColumns()` method has only one column.

---

## If you want a commission not to be calculated after a specific date, refer to the following documentation:

Expand Down

0 comments on commit 7414fb9

Please sign in to comment.