BinotaLIU

Results 2 comments of BinotaLIU

For Laravel 8, install ~8.0 version, not ~4.0.

You can use 2 separate `webpack.mix.js` config file with separated package.json for different vue version. Pass the configuration file name with `--mix-config`: ``` npx mix --mix-config=mix/old.mix.js ``` Generate mix-manifest.json to...