trampish/browscap-laravel
Composer 安装命令:
composer require trampish/browscap-laravel
包简介
Browscap integration (Service Provider and Facade) for Laravel 4
README 文档
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',
统计信息
- 总下载量: 37
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-04-25