spie/google-service-provider
Composer 安装命令:
composer require spie/google-service-provider
包简介
Google service provider for Laravel.
关键字:
README 文档
README
A Laravel and Lumen service provider for the Google Client API.
Usage
Laravel
Add SPie\GoogleServiceProvider\LaravelGoogleServiceProvider::class to the service provider array in the app config.
Lumen
Register the LumenGoogleServiceProvider in the bootstrap/app.php file.
$app->register(SPie\GoogleServiceProvider\LumenGoogleServiceProvider);
Config
You can copy the google.php config file and change what ever config value you need.
Client Config
For the Google_Client config you can change the values in the client array or use the environment variables in the .env.example file.
Services Config
Add the needed service class names to the services array.
统计信息
- 总下载量: 28
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-07-01