Download the PHP package manikandan-1704/laravel-google-login without Composer
On this page you can find all versions of the php package manikandan-1704/laravel-google-login. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download manikandan-1704/laravel-google-login
More information about manikandan-1704/laravel-google-login
Files in manikandan-1704/laravel-google-login
Package laravel-google-login
Short Description A Laravel package for Google login
License MIT
Homepage https://github.com/manikandan-1704/laravel-google-signin
Informations about the package laravel-google-login
Laravel Google Login Package
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.