swapneal-dev/laravel-google-contacts
最新稳定版本:0.1
Composer 安装命令:
composer require swapneal-dev/laravel-google-contacts
包简介
fetch google contact in your project
README 文档
README
Installation
Install using composer
composer require swapneal-dev/laravel-google-contacts
You must publish the configuration with this command:
php artisan vendor:publish --provider="SwapnealDev\GoogleContact\GoogleContactServiceProvider"
- Setup oauth config in
google-contact.php - Run migration
- add your access key to
google_access_tokencolumn in users table. - add calendar id to
google_calender_idcolumn in users table. - add trait to user model
SwapnealDev\GoogleContact\traits\HasGoogleToken
I have created an example project for google contacts to know implementation of this package.
https://github.com/swapneal-dev/google-calender-and-contacts
Now you are good to go.
统计信息
- 总下载量: 77
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2022-10-26