JW
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
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
- JWAnsweredFixed
- MSAnsweredI am glad to know. Thank you for updating
- Login to Reply