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