vinkas/firebase-auth-laravel
Composer 安装命令:
composer require vinkas/firebase-auth-laravel
包简介
Firebase Authentication package for Laravel PHP Framework
README 文档
README
Installation
Via Composer Require
You may install by running the composer require command in your terminal:
composer require vinkas/firebase-auth-laravel
Add Service Provider to your config/app.php file
Vinkas\Firebase\Auth\ServiceProvider::class,
Run php artisan command to publish package files into your app
php artisan vendor:publish --provider="Vinkas\Firebase\Auth\ServiceProvider"
Add your firebase project id, api key and auth domain in .env file
FIREBASE_PROJECT_ID=__________
FIREBASE_API_KEY=__________
FIREBASE_AUTH_DOMAIN=__________
Configuration
- Override Laravel's existing authentication method.
- Add as additional authentication option. Without modifying Laravel's existing methods.
Screenshots
Dependencies
统计信息
- 总下载量: 2.08k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 39
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-07-26
