manikandan-1704 / laravel-google-login
A Laravel package for Google login
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/manikandan-1704/laravel-google-login
Requires
- php: ^7.3|^8.0
- laravel/socialite: ^5.15
This package is not auto-updated.
Last update: 2025-12-29 20:17:17 UTC
README
A Laravel package for integrating Google login functionality.
Installation
-
You can install the package via Composer. Run the following command:
composer require manikandan-1704/laravel-google-login -
Publish the package configuration file:
php artisan vendor:publish --provider="Manikandan1704\LaravelGoogleLogin\GoogleLoginServiceProvider" -
Register the provider in config.php :
// config/app.php 'providers' => [ // ... Manikandan1704\LaravelGoogleLogin\GoogleLoginServiceProvider::class, ], -
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. -
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.