Just return them an error message or make a page called like banned in your routes.php like so
Route::get('banned', function() {
//
});
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community