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