Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 598 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 598 Bytes

Redirect visitors using unsupported browsers

This package allows you to redirect users using unsupported browsers to https://notsupported.app

How to

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
];

Credits

License

The MIT License (MIT). Please see License File for more information.