Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

deepu07's avatar
Level 11

Deploying existing laravel in aws linux

Hello guys, I have one quick question "Im trying to deploy existing laravel website into aws ec2. everything went well after some trails. but somehow I',m getting this err"

The Mix manifest does not exist. (View: /var/www/html/blog-develop/resources/views/layouts/app.blade.php) (View: /var/www/html/blog-develop/resources/views/layouts/app.blade.php)```
does anyone has experienced before??
Thanks In advance.  and also googled for the solution but no luck at all.
0 likes
1 reply
Ricardo's avatar

@deepu07 there is a public/mix-manifest.json file used when you do mix('js/app.js'). That file needs to be uploaded too.

Please or to participate in this conversation.