banhammer icon indicating copy to clipboard operation
banhammer copied to clipboard

Banhammer for Laravel offers a simple way to ban any Model by ID, UUID and by IP or Country.

Results 5 banhammer issues
Sort by recently updated
recently updated
newest added

Some package usually allow to modify the Model that the package is use. This will allow user to add some functionality to package model, for example adding a cache layer.

Our system uses UUIDs, and the current migrations dont support it. We're left with the choice of running a second migration to fix the first one, or forking the package....

Hi. After installation and migration, im using a laravel terminatable middleware, doing something like: ``` public function terminate(Request $request, Response $response): void { $sensitiveKeyWords = ['.env', '.git', '.svn']; $path =...

Relatively minor, but I noticed that the `LogoutBanned` middleware only ever shows the banned account message, even though it might be blocking access based on the IP address. Would be...

https://github.com/mchev/banhammer/blob/cba7fb6b3307c8a48c39f5c633586fbff4578eee/src/BanhammerServiceProvider.php#L52-L55