Hi,
The contents of Laravel demo 2, demo 4, demo 7 (probably others also) inside the zips are identical (binary compared with sub-folders), all had the name metronic_v8.0.36_laravel.zip when downloaded.
is this intentional? In my opinion, If a single 90MB archive is enough for all nine, then I suppose you could just place a single archive and append an addition info about this to avoid confusion. In any case, I just can't figure out how can I activate a particular demo view for a laravel installation.
Thanks
HI,
All demos for Laravel are in one zip file. Thanks, Eric Moss for the details.
We will update README.md for more detailed information.
Thanks
Hi,
My guess is it is intentional especially because they all have different assets & blade files because of the way they look.
Once you run
npm run dev --demo2
Eric, thanks. It makes sense now. The problem in my understanding was because the README.md file inside the demo packages lacked the corresponding demo-switching information, I used it for the installation process. I suggest for developers to fix this in the readme file if it's possible.