Question: Update Lang File - Cache - Not Updating

Update Lang File - Cache - Not Updating

I've made some mods to the en.json file in resources/lang - but they are not reflected on the front end application. I've tried the following command to re-build and clear cache, but still t

JW

J W

Asked
I've made some mods to the en.json file in resources/lang - but they are not reflected on the front end application. I've tried the following command to re-build and clear cache, but still they have not changed.

npm i
npm run prod
rm -Rf storage/framework/cache/data/*
php8.0 artisan cache:clear
php8.0 artisan view:clear
php8.0 artisan optimize:clear
npm i
npm run prod
php8.0 artisan queue:restart

Please advise what is required after editing the resources/lang/en.json file to update it.

Thanks
  • JW

    J W

    Answered
    Fixed
  • MS

    Mian Saleem

    Answered
    I am glad to know. Thank you for updating
  • Login to Reply