Registry / web-framework / nette-bootstrap

nette-bootstrap

JSON →
library3.2.8phppackagistunverified

Provides a simple way to configure and bootstrap a Nette application.

composer require nette/bootstrap
INSTALL
IMPORT
SIG · NETTE-BOOTSTRAP
N
nette-bootstrap
web-frameworkphpv3.2.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Configurator
use Nette\Bootstrap\Configurator;

Creates and configures a Nette application container.

use Nette\Bootstrap\Configurator; $configurator = new Configurator(); $configurator->setDebugMode(true); $configurator->enableTracy(__DIR__ . '/log'); $configurator->setTempDirectory(__DIR__ . '/temp'); $configurator->addConfig(__DIR__ . '/config/config.neon'); $container = $configurator->createContainer();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.2.8latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
22
Resources
nette-bootstrap — pip install nette-bootstrap · libregistry