“Cache clair magento” Réponses codées

Magento 2 Command Line Clear Cache

php bin/magento cache:clean
php bin/magento cache:flush
php bin/magento cache:disable
Xanthous Xenomorph

supprimer le cache dans magento dans le code

<?php
    $command = 'php bin/magento cache:clean && php bin/magento cache:flush';
    echo '<pre>' . shell_exec($command) . '</pre>';
?>
Adithya N Kamath

Cache clair magento

php bin/magento cache:clean
Evil Eagle

Réponses similaires à “Cache clair magento”

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code