Instale o JetStream
php artisan jetstream:install livewire
php artisan jetstream:install livewire --teams
Lucky Lizard
php artisan jetstream:install livewire
php artisan jetstream:install livewire --teams
laravel new project-name --jet
# follow the below link
https://www.techiediaries.com/laravel-8-auth-scaffolding-jetstream-inertiajs-livewire/
php artisan jetstream:install inertia
php artisan jetstream:install inertia --teams
npm install
npm run dev
php artisan migrate