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, pleasecomposer require
this package immediately after runninglaravel new MyApp
orcomposer create-project laravel/laravel MyApp
.
Documentation for Socialstream can be found on the Socialstream website.
Thank you for considering contributing to Socialstream! You can read the contribution guide here.
In order to ensure that the Laravel development community is welcoming to all, please review and abide by the Code of Conduct.
Socialstream is open-sourced software licensed under the MIT license.