4
Bagaimana cara mendapatkan path direktori root di phento 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(); ia mengembalikan jalur media. Bagaimana cara mendapatkan path root dari sebuah proyek di halaman phtml?