{% hint style="info" %} A Laravel 11 demo repo can be found here. 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 merge commit. {% endhint %}
Socialstream now requires PHP 8.2.0 or higher
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.
{% hint style="warning" %} Please follow the official upgrade guide on what dependencies also need updating for this {% endhint %}
If you use Socialstream with Laravel Jetstream, please ensure you have followed the official upgrade guide for upgrading you Jetstream version to v5
If you use Socialstream along with Filament Admin Panels, you will want to make sure you've upgraded filament/filament
to v3.2.39