TubeSum

Install Jetstream in Laravel 12 — Step-by-Step Guide & Transcript

How to Install Laravel Jetstream in Laravel 12

0h 00m video Published Mar 3, 2025 Transcribed Aug 14, 2026 L Laravel Daily
Beginner 1 min read For: Laravel developers who want to use Jetstream features in Laravel 12.
AI Trust Score 70/100
⚠️ Average / Some Fluff

"The title promises a workaround and the video delivers exactly that, though it's a bit short and could have included more detail."

AI Summary

This video demonstrates how to install Laravel Jetstream in Laravel 12, despite it not being listed in the official starter kits. The presenter explains why Jetstream is still a valuable choice and provides a step-by-step installation process.

[00:00]
Jetstream Not Listed in Laravel 12 Starter Kits

Laravel Jetstream is not included in the official list of starter kits for Laravel 12, but it remains possible to install and use it.

[00:14]
Why Choose Jetstream

Jetstream offers features not available in the new starter kits, such as team management and two-factor authentication.

[00:26]
Installation Command

After installing a Laravel project, run 'composer require laravel/jetstream'. When using the new Laravel installer, select 'none' for the starter kit option.

[00:41]
Installation Success and Next Step

The command successfully installed Jetstream version 5.3. Then run 'php artisan jetstream:install' with your preferred stack (e.g., Livewire).

[00:41]
Result

After installation, the homepage shows Laravel 12 with login and register links that lead to the familiar Jetstream pages.

Jetstream can be easily installed in Laravel 12 by using the direct package and artisan commands, providing advanced features like team management and 2FA that are missing from the default starter kits.

Mentioned in this Video

Tutorial Checklist

1 00:26 Install a new Laravel project using 'laravel new project-name' and choose 'none' for the starter kit.
2 00:26 Run 'composer require laravel/jetstream' to install Jetstream.
3 00:41 Run 'php artisan jetstream:install' with your preferred stack (e.g., 'livewire').

Study Flashcards (5)

Is Laravel Jetstream listed in the official starter kits for Laravel 12?

easy Click to reveal answer

No, it is not listed, but it can still be installed.

What features does Jetstream provide that are not in the new starter kits?

easy Click to reveal answer

Team management and two-factor authentication.

00:14

What command installs Jetstream?

medium Click to reveal answer

composer require laravel/jetstream

00:26

What version of Jetstream was installed in the video?

medium Click to reveal answer

Version 5.3

00:41

What command is used to install Jetstream with a specific stack?

medium Click to reveal answer

php artisan jetstream:install

00:41

💡 Key Takeaways

📊

Jetstream Not Listed

Highlights a common confusion and provides a clear workaround.

💡

Unique Features

Explains the value proposition of Jetstream over default starter kits.

00:14
🔧

Installation Command

Provides the exact command needed to install Jetstream.

00:26

[00:00] If you want to use Laravel Jetstream in Laravel 12, it is not listed in the official list of starter kits, but it's still possible to use and install. Let me show you how. Why you would want to use Jetstream? Because of some features that are not available in the new starter kits, like

[00:14] team management and two-factor authentication. And the official docs of starter kits in Laravel 12 doesn't list Jetstream, but the trick is to go directly to the page jetstream.laraval.com. So

[00:26] after installing Laravel project, you need to run composer-acquire-laraval-jetstream. But with a new Laravel installer, if you run laravel-new-project-name, the question is which starter kit to choose, and you need to choose none. So I have installed Laravel, and then I run that command,

[00:41] successfully installed version 5.3, and then you need to run phpartisan-jetstream-install with the stack that you prefer. For example, we'll run that with Livewire, and then the homepage will show Laravel 12 but with login and register on top that would lead to familiar Jetstream pages.

More from Laravel Daily

View all

⚡ Saved you 0h 00m reading this? Transcribe any YouTube video for free — no signup needed.