in my laravel 8 project i install jetstream by the following command. composer require laravel/jetstream then i put the following command php artisan jetstream:install livewire then i give the command npm install and npm run dev and run migration.
but when i run my laravel project my login, registration and all other jetstream page broken. it seems css and js are not working. i have followed all the existing stackoverflow process but no improvemnet.