tuandm/laravue

Mix manifest not found when running docker

virutmath opened this issue · 3 comments

image
When I pull source code and run docker-compose up, the error is occur

The Mix manifest does not exist. (View: /var/www/resources/views/laravue.blade.php)

if (! isset($manifests[$manifestPath])) {

        if (! file_exists($manifestPath)) {

            throw new Exception('The Mix manifest does not exist.');

        }



        $manifests[$manifestPath] = json_decode(file_get_contents($manifestPath), true);

    }

Looks like they've abandoned the project. Last update was in 2021. Facing the same problem. Used to work fine before.

Then what's their plan for this issue?

@virutmath
I've upgraded the Docker image to match the Laravel version. Please help to check if the issue still remains.

PR for reference: #349