Skip to content

Commit

Permalink
change document for add helper
Browse files Browse the repository at this point in the history
  • Loading branch information
MajidMohammadian committed Jun 16, 2024
1 parent ef09395 commit 38461aa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,15 @@ use JobMetric\BanIp\Facades\BanIp;
BanIp::deleteExpired();
```

## Helper Functions

This package contains several helper functions that you can use as follows:

- `storeBanIp`: This function is used to store a ban ip.
- `updateBanIp`: This function is used to update a ban ip.
- `deleteBanIp`: This function is used to delete a ban ip.
- `deleteExpiredBanIp`: This function is used to delete expired ban ip.

## Rules

There are some rules for using this package:
Expand Down

0 comments on commit 38461aa

Please sign in to comment.