Skip to content

not-supported/laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages