Question: Changes Not Reflected On Frontend

Changes Not Reflected On Frontend

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

H

Hemant

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
  • MS

    Mian Saleem

    Answered
    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 run `php artisan optimise:clear` command.

    Thank you
  • H

    Hemant

    Answered
    i have hosted on cloud hosting on hostigner , no option to install npm, how i can do that changes on shared hosting
  • MS

    Mian Saleem

    Answered
    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