Skip to content

Instantly share code, notes, and snippets.

View jigar48's full-sized avatar
🎯
Focusing

Jigar Prajapati jigar48

🎯
Focusing
View GitHub Profile
<?php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
ini_set('memory_limit', '5G');
error_reporting(E_ALL);
use Magento\Framework\App\Bootstrap;
require __DIR__ . '/app/bootstrap.php';