Looking to hire Laravel developers? Try LaraJobs

browscap-laravel maintained by trampish

Description
Browscap integration (Service Provider and Facade) for Laravel 4
Author
Last update
2014/09/23 03:28 (dev-master)
License
Downloads
37

Comments
comments powered by Disqus

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',