๐Ÿ‘จโ€๐Ÿ’ป
Socialstream
  • Introduction
  • โฎ๏ธPrologue
    • Release Notes
    • Upgrade Guide
      • Upgrading to v6 from 5.x
      • Upgrading to v5 from 4.x
      • Upgrading to v4 from 3.x
      • Upgrading to v3 from 2.x
      • Upgrading to v2 from 1.x
    • Contribution Guide
  • ๐Ÿ”‘Getting Started
    • Installation
    • Configuration
    • Customization
      • Socialite Redirect
      • Resolving Users
      • Handling Invalid State
      • Handling OAuth Errors
      • Authenticating Users
  • ๐Ÿš€Features
    • Remember Session
    • Refresh Expired Tokens
    • Provider Avatars
    • Global Login
    • Register from Login
    • Missing Emails
    • Auth Existing Unlinked Users
    • Login on Registration (deprecated)
  • ๐Ÿงพguides
    • Standalone Installation
    • Filament with Jetstream
    • Filament with Breeze
    • Laravel Passport
    • Socialite Providers
    • Overriding Fortify's Authentication
  • ๐Ÿ”—Links
    • View Code On GitHub
    • About Me
    • Contribute
    • Donate
Powered by GitBook
On this page
  • Updating Dependencies
  • PHP 8.2.0 Required
  • Laravel 11 Required
  • Jetstream 5 Required
  • Filament

Was this helpful?

  1. Prologue
  2. Upgrade Guide

Upgrading to v6 from 5.x

PreviousUpgrade GuideNextUpgrading to v5 from 4.x

Last updated 1 year ago

Was this helpful?

A Laravel 11 demo repo can be found . This repo was originally built with Laravel 10 and Jetstream v4 with Vue for Inertia for the frontend. To view the complete upgrade to Laravel 11, check out this .

Updating Dependencies

PHP 8.2.0 Required

Socialstream now requires PHP 8.2.0 or higher

Laravel 11 Required

Socialstream new requires Laravel 11 to be installed, to do update the laravel/framework composer dependency to ^11.0 in your application's composer.json file.

Please follow the on what dependencies also need updating for this

Jetstream 5 Required

If you use Socialstream with Laravel Jetstream, please ensure you have followed the for upgrading you Jetstream version to v5

Filament

If you use Socialstream along with Filament Admin Panels, you will want to make sure you've upgraded filament/filament to v3.2.39

โฎ๏ธ
here
merge commit
official upgrade guide
official upgrade guide