lopatin96 / lara-socialite
Installs: 197
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/lopatin96/lara-socialite
Requires
- php: >=8.4
- laravel/socialite: ^5.0
Requires (Dev)
- orchestra/testbench: ^10.0
README
Installation
You can install this package via composer:
composer require lopatin96/lara-socialite
Define social providers
Add/remove providers in lara-social.php
View component
Add <x-lara-socialite::sign-in />
and <x-lara-socialite::sign-up />
to resources/views/livewire/auth/login.blade.php
and resources/views/livewire/auth/register.blade.php
, respectively.
Icons
Read this (https://fluxui.dev/components/icon#lucide-icons) section to add social icons to your project.