hanakivan/google-user-login

There is no license information available for the latest version (dev-master) of this package.

A laravel package implementing user login for User model.

dev-master 2024-02-29 09:55 UTC

This package is auto-updated.

Last update: 2024-08-29 10:56:34 UTC


README

A laravel package implementing user login for User model.

How to use

  1. install the package
composer require hanakivan/google-user-login
  1. add a service provider to the config file to the list of service providers
hanakivan\GoogleUserLogin\GoogleUserLoginServiceProvider::class
  1. publish the package files
php artisan vendor:publish --provider="hanakivan\GoogleUserLogin\GoogleUserLoginServiceProvider"

Requires

  • Laravel >= 8.0
  • php >= 8.0

Will probably work with older versions, but untested.

This package has been made using the following tutorial: https://devdojo.com/devdojo/how-to-create-a-laravel-package