You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After creating the laravel project that have been downgrated to laravel 12 now run this command
If you will use the latest version of laravel you can run without the "^version" command
composer require laravel/jetstream // use this only if you're using laravel 12
composer require laravel/jetstream -W // use this if you will use jetstream with the latest version of laravel
using with -W command is for the jetstream to resolve version conflicts and update lock packages in composer.lock if needed and this is effective if you will still use jetstream with the latest laravel version (13)