trampish / browscap-laravel
Browscap integration (Service Provider and Facade) for Laravel 4
Installs: 37
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/trampish/browscap-laravel
Requires
- php: >=5.4.0
- browscap/browscap-php: 2.0.*
- laravel/laravel: 4.2.*
This package is not auto-updated.
Last update: 2025-09-27 20:24:17 UTC
README
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',