Hello I am learning laravel and I got this error
I am doing this commands
- composer require laravel/ui
- php artisan bootstrap --auth
- npm install
- npm run dev
- php artisan serve
it said manifest not found but when I check the name of the file is mix-manifest.json not manifest.json
Please tell me what is wrong and what I should do. I really appreciate your help! Thanks.