The Mix manifest does not exist
问题 i'm created simple laravel project with this Laravel-Vue SPA starter project template and im uploaded this project to ubuntu server. all settings corect but i run this project returns this error "The Mix manifest does not exist. (View: /var/www/html/project/resources/views/index.blade.php)". please anyone help me. i'm new in laravel. 回答1: I think it's because of that you separated your laravel files from public folder. and public_path() returns wrong path. for being sure try dd(public_path())