Browscap integration (Service Provider and Facade) for Laravel 4
trampish/browscap-laravel is a Laravel package for browscap integration (service provider and facade) for laravel 4.
It currently has 1 GitHub stars and 37 downloads on Packagist (latest version v1.0.3).
Install it with composer require trampish/browscap-laravel.
Discover more Laravel packages by trampish
or browse all Laravel packages to compare alternatives.
Last updated
Browscap-PHP integration (Service Provider and Facade) for Laravel 4
v1.0.2
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',