In Laravel: See manifest not found manifest.json

- Andrés Cruz

En español
In Laravel: See manifest not found manifest.json

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

Andrés Cruz

Develop with Laravel, Django, Flask, CodeIgniter, HTML5, CSS3, MySQL, JavaScript, Vue, Android, iOS, Flutter

Andrés Cruz In Udemy

I agree to receive announcements of interest about this Blog.