Since Laravel version 9, Laravel uses Vite instead of Laravel Mix, with this, we have some important changes to be aware of, Laravel according to the official Laravel documentation on installing Laravel Breeze here, after having executed:
composer require laravel/breeze --dev
php artisan breeze:instal vue
You need to run these commands too:
npm install
npm run dev
php artisan migrate
When developing in Laravel with vite, we must always have the command active:
npm run dev
To prevent the Vite manifest not found manifest.json error from appearing
Develop with Laravel, Django, Flask, CodeIgniter, HTML5, CSS3, MySQL, JavaScript, Vue, Android, iOS, Flutter