laravel 8 auth without jetstream code example
Example 1: laravel 8 with jetstream
laravel new project-name --jet
Example 2: Laravel 8 Auth Scaffolding using Inertia Jetstream
php artisan jetstream:install inertia
laravel new project-name --jet
php artisan jetstream:install inertia