laravel-ban icon indicating copy to clipboard operation
laravel-ban copied to clipboard

Laravel Ban simplify blocking and banning Eloquent models.

Results 16 laravel-ban issues
Sort by recently updated
recently updated
newest added

Hi everyone! Excelent work with the package!!! I have found in one of my tests that the variable that contained the user model instance was not updated after applying the...

I have tried to include the middleware provided by the package. I have been back and forth trying to restrict banned users from logging in. Any solution to this or...

Hello! As you know me from my heavy usage of your awesome laravel-love library, I like to split my laravel projects into many databases and I'm doing this for one...

I just wanted to mention that the middlewares need some improvements. And please if you could add some new features such as blocking IP addresses and so on.

We need to refactor all namespaces and implement new package architecture similar to [Laravel Love v6](https://github.com/cybercog/laravel-love/releases/tag/6.0.0) `Jailer` - possible name for model who bans bannable model. `Jailee` - banned model.

I got your package implemented and working now but I see that when a banned user tries to access a page that requires auth they are just bounced back to...

enhancement
question

It would be cool to be able to change `login` for Laravel's default `email` here: https://github.com/cybercog/laravel-ban/blob/8b78c2fc86a9a9e050a730149c9466025a673660/src/Http/Middleware/LogsOutBannedUser.php#L57 And here: https://github.com/cybercog/laravel-ban/blob/8b78c2fc86a9a9e050a730149c9466025a673660/src/Http/Middleware/ForbidBannedUser.php#L51 This way it would work out-of-the-box with Laravel. Currently my workaround...

enhancement

What's the most efficient way to handle mass bans? Right now looping through all bannable models and then applying the ban is making 3 queries each (So if I was...

enhancement

Hello all, but I can ban user ip?

enhancement
question