Need help regarding content update and cache
-
in bagisto 2.3.6, i need to clear cache all time when we update any product. is there any way by which we need not to clear cache to see changes until we are in dev mode
After each upate we need to run following commond to see chnages, even make changes in product or category
php artisan config:clear
php artisan cache:clear
php artisan route:clear
php artisan view:clear -
Hello @gauravjain1
Kindly go inside your .env file which is present in the root of your project and make
RESPONSE_CACHE_ENABLED=false
as show in the image below.
Warm Regards
Team Bagisto