not clear cache properly
-
In my bagisto website its not clear cache properly also its get gentarted quickly.
storage> freamework > cacheits almost 27 gb and php artisan cache:clear coomand is not work
-
Hello @Bharti
You can use the below cache commands as well to clear the cache.
php artisan response:cache
php artisan optimize:clear
php artisan route:cache
php artisan cache:clear
php artisan config:cache
Thanks & Regards
-
Hello @Bharti
The cache will get clear with php artisan cache:clear command.
If it is not clearing the cache then it might be some permission issue.
Thanks & Regards
-
@Rishabh-Webkul Yes I run this commond till I am working on it but after 6 to 7 hour when we are not work on it over night its get full with cache and website get close
-
@Bharti Any Solution for it>?
-