4
Làm cách nào để lấy đường dẫn thư mục gốc trong phtml magento 2?
$objectManager = \Magento\Framework\App\ObjectManager::getInstance(); $storeManager = $objectManager->get('\Magento\Store\Model\StoreManagerInterface'); $mediaPath = $fileSystem->getDirectoryRead(\Magento\Framework\App\Filesystem\DirectoryList::MEDIA)->getAbsolutePath(); nó trả về đường dẫn phương tiện. Làm thế nào để có được đường dẫn gốc của một dự án trong trang phtml?