Skip to content

Instantly share code, notes, and snippets.

View hafizjee's full-sized avatar
🖤

hafiz hafizjee

🖤
  • Lahore
View GitHub Profile
<?php
use Magento\Framework\App\Bootstrap;
require __DIR__ . '/app/bootstrap.php';
$bootstrap = Bootstrap::create(BP, $_SERVER);
$obj = $bootstrap->getObjectManager();
$state = $obj->get('Magento\Framework\App\State');