tuandm / laravue

Admin dashboard for enterprise Laravel applications built by VueJS and Element UI https://laravue.dev
https://laravue.dev
MIT License
2.21k stars 655 forks source link

Mix manifest not found when running docker #338

Closed virutmath closed 1 year ago

virutmath commented 2 years ago

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);

    }
HuyPham55 commented 2 years ago

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

zanyar-ahmed commented 2 years ago

Then what's their plan for this issue?

ngdangdat commented 1 year ago

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

PR for reference: https://github.com/tuandm/laravue/pull/349