We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f52450 commit 3375330Copy full SHA for 3375330
README.md
@@ -51,6 +51,12 @@ return [
51
];
52
```
53
54
+Optionally, you can publish the translations using
55
+
56
+```bash
57
+php artisan vendor:publish --tag="filament-ban-manager-translations"
58
+```
59
60
## Usage
61
62
The package provides a Ban resource that allows you to create and delete bans for both models and IP addresses.
0 commit comments