ivan770/laravel-firestore-cache is a Laravel package for cloud firestore driver for laravel cache.
It currently has 1 GitHub stars and 1 downloads on Packagist.
Install it with composer require ivan770/laravel-firestore-cache.
Discover more Laravel packages by ivan770
or browse all Laravel packages to compare alternatives.
Last updated
composer require ivan770/laravel-firestore-cache
config/app.phpIvan770\Firestore\FirestoreServiceProvider::class,
firestore config to config/cache.php'firestore' => [
'driver' => 'firestore',
'id' => env('FIRESTORE_ID'),
'key' => env('GOOGLE_APPLICATION_CREDENTIALS'),
'collection' => env("FIRESTORE_COLLECTION", 'cache'),
]
CACHE_DRIVER=firestore
FIRESTORE_ID=project_id
GOOGLE_APPLICATION_CREDENTIALS=path_to_key_file