---
title: 'How to Install Laravel Jetstream in Laravel 12'
source: 'https://youtube.com/watch?v=uTsj3VP01kk'
video_id: 'uTsj3VP01kk'
date: 2026-08-14
duration_sec: 57
---

# How to Install Laravel Jetstream in Laravel 12

> Source: [How to Install Laravel Jetstream in Laravel 12](https://youtube.com/watch?v=uTsj3VP01kk)

## 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.

### Key Points

- **Jetstream Not Listed in Laravel 12 Starter Kits** [00:00] — Laravel Jetstream is not included in the official list of starter kits for Laravel 12, but it remains possible to install and use it.
- **Why Choose Jetstream** [00:14] — Jetstream offers features not available in the new starter kits, such as team management and two-factor authentication.
- **Installation Command** [00:26] — After installing a Laravel project, run 'composer require laravel/jetstream'. When using the new Laravel installer, select 'none' for the starter kit option.
- **Installation Success and Next Step** [00:41] — The command successfully installed Jetstream version 5.3. Then run 'php artisan jetstream:install' with your preferred stack (e.g., Livewire).
- **Result** [00:41] — After installation, the homepage shows Laravel 12 with login and register links that lead to the familiar Jetstream pages.

### Conclusion

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.

## Transcript

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
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
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,
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.
