joelbutcher / socialstream
Get started with OAuth and Laravel
Fund package maintenance!
joelbutcher
paypal.me/joelbutcher
Installs: 287 311
Dependents: 15
Suggesters: 0
Security: 0
Stars: 433
Watchers: 19
Forks: 66
Open Issues: 2
Requires
- php: ^8.2
- illuminate/contracts: ^11.0
- laravel/prompts: ^0.1|^0.2|^0.3
- laravel/socialite: ^5.12
- paragonie/constant_time_encoding: ^2.7
Requires (Dev)
- laravel/breeze: ^2.0
- laravel/jetstream: ^5.0
- laravel/sanctum: ^4.0
- livewire/livewire: ^3.3.5
- mockery/mockery: ^1.6
- orchestra/testbench: ^9.0
- pestphp/pest: ^2.0
- pestphp/pest-plugin-laravel: ^2.2
- phpunit/phpunit: ^10.5
- 6.x-dev
- v6.1.10
- v6.1.9
- v6.1.8
- v6.1.7
- v6.1.6
- v6.1.5
- v6.1.4
- v6.1.3
- v6.1.2
- v6.1.1
- v6.1.0
- v6.0.4
- v6.0.3
- v6.0.2
- v6.0.1
- v6.0.0
- 5.x-dev
- dev-main / 5.x-dev
- v5.5.3
- v5.5.2
- v5.5.1
- v5.4.2
- v5.4.1
- v5.4.0
- v5.3.2
- v5.3.1
- v5.3.0
- v5.2.0
- v5.1.2
- v5.1.1
- v5.1.0
- v5.0.3
- v5.0.2
- v5.0.1
- v5.0.0
- v5.0.0-beta1.1
- v5.0.0-beta1
- 4.x-dev
- v4.4.6
- v4.4.5
- v4.4.4
- v4.4.3
- v4.4.2
- v4.4.1
- v4.4.0
- v4.3.0
- v4.2.1
- v4.2.0
- v4.1.3
- v4.1.2
- v4.1.1
- v4.1.0
- v4.0.3
- v4.0.2
- v4.0.1
- v4.0.0
- 3.x-dev
- v3.9.2
- v3.9.1
- v3.9.0
- v3.8.3
- v3.8.2
- v3.8.1
- v3.8.0
- v3.7.6
- v3.7.5
- v3.7.4
- v3.7.3
- v3.7.2
- v3.7.1
- v3.7.0
- v3.6.0
- v3.5.0
- v3.4.2
- v3.4.1
- v3.4.0
- v3.3
- v3.2.3
- 3.2.2
- v3.2.1
- v3.2.0
- v3.1.3
- v3.1.2
- v3.1.1
- v3.1.0
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- 2.x-dev
- v2.6.1
- v2.6.0
- v2.5.1
- v2.5.0
- v2.4.1
- v2.4.0
- v2.3.0
- v2.2.0
- v2.1.1
- v2.1.0
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- 1.x-dev
- v1.2.1
- v1.2.0
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- v0.0.4
- v0.0.3
- v0.0.2
- v0.0.1
- dev-fix/redirects
- dev-fix/non-fortify-auth-pipeline
This package is auto-updated.
Last update: 2024-11-21 17:25:34 UTC
README
Introduction
Socialstream is a third-party package for Laravel Jetstream. It replaces the published authentication and profile scaffolding provided by Laravel Jetstream, with scaffolding that has support for Laravel Socialite.
If you are unfamiliar with Laravel Socialite, it is strongly advised that you take a look at the official documentation.
⚠️ Socialstream, like Jetstream, should only be installed on NEW applications, installing Socialstream into an existing application is unsupported and may lead to undesirable functionality and problems. To install into a new Laravel application, please
composer require
this package immediately after runninglaravel new MyApp
orcomposer create-project laravel/laravel MyApp
.
Official Documentation
Documentation for Socialstream can be found on the Socialstream website.
Contributing
Thank you for considering contributing to Socialstream! You can read the contribution guide here.
Code of Conduct
In order to ensure that the Laravel development community is welcoming to all, please review and abide by the Code of Conduct.
License
Socialstream is open-sourced software licensed under the MIT license.