trampish/browscap-laravel

Browscap integration (Service Provider and Facade) for Laravel 4
37 1
Install
composer require trampish/browscap-laravel
Latest Version:v1.0.3
PHP:>=5.4.0
License:MIT
Last Updated:Sep 23, 2014
Links: GitHub  ·  Packagist
Maintainer: trampish

browscap-laravel

Build Status Total Downloads License

Browscap-PHP integration (Service Provider and Facade) for Laravel 4

Stable Version

v1.0.2

Installation

Install by adding the following to the require block in composer.json:

"trampish/browscap-laravel": "1.0.*"

Then run composer update.

Then add the following in app/config/app.php to the service providers array:

'trampish\Browscap\BrowscapServiceProvider',

And add to the aliases array the following:

'Browscap' => 'trampish\Browscap\BrowscapFacade',

Related Packages

propa/laravel-browscap

Browscap-PHP integration for Laravel 5

63,314 10
wobeto/twitter

Laravel 4 Service Provider to interact with twitter account, like return a colle...

135 1
andrewmclagan/api

A RESTful API package for the Laravel and Lumen frameworks.

18 0
jeffersongoncalves/filament-barcode-field

A Laravel Filament package that provides Barcode field functionality for your we...

1,185 4