vohinc/laravel-firestore
最新稳定版本:v1.1.1
Composer 安装命令:
composer require vohinc/laravel-firestore
包简介
Firestore wrapper for laravel
README 文档
README
The Google firestore wrapper for Laravel.
Requirement
- Laravel 5.8.*
- gRPC extension
Install
composer require vohinc/laravel-firestore
Publish Configuration
php artisan vendor:publish --provider=Voh\LaravelFirestore\FirestoreServiceProvider --tag=config
Usage
use Voh\LaravelFirestore\Facades\Firestore; Firestore::collection('users')->document('lovelace')->set([ 'first' => 'Ada', 'last' => 'Lovelace', 'born' => 1815, ]);
统计信息
- 总下载量: 672
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-05-25