This package allows you to redirect users using unsupported browsers to https://notsupported.app
The only thing you have to do is add this package's middleware in your Kernel.
app/Http/Kernel.php
protected $middleware = [
...
\NotSupported\Laravel\Middleware\NotSupportedMiddleware::class
];
The MIT License (MIT). Please see License File for more information.