Package Data | |
---|---|
Maintainer Username: | trampish |
Maintainer Contact: | chris@chrisgabriel.co (Chris Gabriel) |
Package Create Date: | 2014-04-24 |
Package Last Update: | 2014-09-23 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-17 03:03:50 |
Package Statistics | |
---|---|
Total Downloads: | 37 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 1 |
Total Forks: | 1 |
Total Open Issues: | 0 |
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',