itrulia/mobile-detect

There is no license information available for the latest version (dev-master) of this package.

Maintainers

Package info

github.com/Itrulia/MobileDetect

pkg:composer/itrulia/mobile-detect

Statistics

Installs: 11

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2013-12-07 07:01 UTC

This package is not auto-updated.

Last update: 2026-03-10 08:53:52 UTC


README

MobileDetect is a wrapper of Mobile_Detect which integrates it into Laravel.

Installation

Add itrulia/mobile-detect to composer.json.

"itrulia/mobile-detect": "dev-master"

Run composer update to pull down the latest version of MobileDetect. Now open up app/config/app.php and add the service provider to your providers array.

'providers' => array(
    'Itrulia\Minimalist\MobileDetectServiceProvider',
)

Usage

Facade would be \Mobile
for the API see: Mobile_Detect