H
Asked
changes not reflected on frontend
i have updated language in en.json for MPOS
Please help me, how to clear cache or rebuild files for JS
- MSAnswered
Hello,
After Maning any change dot the vuejs code, you need to rebuild the app mentioned in the docs.
To rebuild, you can run
npm run installAll && npm run prod
and to clear cache you can runphp artisan optimise:clear
command.Thank you
- HAnswered
i have hosted on cloud hosting on hostigner , no option to install npm, how i can do that changes on shared hosting
- MSAnswered
Hello,
Most shared hosting nowadays has node installed. If your server doesn’t then you can build the app locally then upload to your server.
Thank you
- Login to Reply