“Magento Clear Cache” Ответ

Командная строка Magento 2 Clear Cache

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

Удалить кэш в Magento в коде

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

Magento Clear Cache

php bin/magento cache:clean
Evil Eagle

Ответы похожие на “Magento Clear Cache”

Смотреть популярные ответы по языку

Смотреть другие языки программирования