Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
static.php
Go to the documentation of this file.
1 <?php
9 require realpath(__DIR__) . '/../app/bootstrap.php';
12 $app = $bootstrap->createApplication(\Magento\Framework\App\StaticResource::class);
13 $bootstrap->run($app);
static create($rootDir, array $initParams, ObjectManagerFactory $factory=null)
Definition: Bootstrap.php:119
defined('TESTS_BP')||define('TESTS_BP' __DIR__
Definition: _bootstrap.php:60
$app
Definition: static.php:12
$bootstrap
Definition: static.php:10
const BP
Definition: autoload.php:14