샌드박스 스크립트로 Adobe Commerce 2 Bootstrap

샘플 샌드박스 스크립트에서 Adobe Commerce 2 애플리케이션을 초기화하려면 Adobe Commerce 루트 디렉토리에서 다음 스크립트를 실행합니다.

<?php

error_reporting(E_ALL | E_STRICT);
ini_set('display_errors', 1);

require __DIR__ . '/app/bootstrap.php';
$bootstrap = \Magento\Framework\App\Bootstrap::create(BP, $_SERVER);
$objectManager = $bootstrap->getObjectManager();

//$model = $objectManager->get('Vendor\Module\Some\Model');
recommendation-more-help
8bd06ef0-b3d5-4137-b74e-d7b00485808a