承接 manikandan-1704/laravel-google-login 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

manikandan-1704/laravel-google-login

最新稳定版本:v1.0.2

Composer 安装命令:

composer require manikandan-1704/laravel-google-login

包简介

A Laravel package for Google login

README 文档

README

A Laravel package for integrating Google login functionality.

Installation

  1. You can install the package via Composer. Run the following command:

     composer require manikandan-1704/laravel-google-login
    
  2. Publish the package configuration file:

     php artisan vendor:publish --provider="Manikandan1704\LaravelGoogleLogin\GoogleLoginServiceProvider"
    
  3. Register the provider in config.php :

     // config/app.php
     
    'providers' => [
     // ...
     Manikandan1704\LaravelGoogleLogin\GoogleLoginServiceProvider::class,
     ],
    
  4. Publish the package configuration file :

     php artisan vendor:publish --provider="Manikandan1704\LaravelGoogleLogin\GoogleLoginServiceProvider"
    
     This will create a googlelogin.php file in your config directory where you can configure your Google OAuth credentials.
    
  5. Use this in use statement :

     use Manikandan1704\LaravelGoogleLogin\Controllers\GoogleLoginController;
    

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

This package is open-sourced software licensed under the MIT license.

Support

For any issues or questions, please visit the GitHub repository.

统计信息

  • 总下载量: 8
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-06-30