Skip to content

Instantly share code, notes, and snippets.

View satishgumudavelli's full-sized avatar
🏠
Working from home

Satish Gumudavelly satishgumudavelli

🏠
Working from home
View GitHub Profile
@satishgumudavelli
satishgumudavelli / getEavAttributeDataWithoutLoad.php
Created December 11, 2020 19:13
For getting eav attribute raw value
<?php
use Magento\Eav\Model\Entity\Attribute\AbstractAttribute;
use Magento\Framework\App\Bootstrap;
use Magento\Framework\DataObject;
require '../app/bootstrap.php';
$params = $_SERVER;
$bootstrap = Bootstrap::create(BP, $params);