Skip to content

indentno/detect-user-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Detect User Agent

Packagist Packagist PRs Welcome

Detects what user agent the browser is using.

Installation

You can install the package via composer:

composer require sempro/detect-user-agent

If you are using a version below 5.5 of laravel, then you will also have to add the service provider to the app.php config file.

...
Sempro\DetectUserAgent\Providers\DetectUserAgentServiceProvider::class,
...

Usage

use Sempro\DetectUserAgent\Contracts\DetectUserAgent;

...

public function index(DetectUserAgent $userAgent)
{
    return $userAgent->isMobile();
}

See source file for an overview of what methods are available.

Credits

License

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

About

Detects the user agent of the browser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages