nette / bootstrap
🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.
Installs: 21 119 596
Dependents: 624
Suggesters: 5
Security: 0
Stars: 603
Watchers: 33
Forks: 38
Open Issues: 2
Requires
- php: >=7.2 <8.2
- nette/di: ^3.0.5
- nette/utils: ^3.2.1
Requires (Dev)
- latte/latte: ^2.8
- nette/application: ^3.1
- nette/caching: ^3.0
- nette/database: ^3.0
- nette/forms: ^3.0
- nette/http: ^3.0
- nette/mail: ^3.0
- nette/robot-loader: ^3.0
- nette/safe-stream: ^2.2
- nette/security: ^3.0
- nette/tester: ^2.0
- phpstan/phpstan-nette: ^0.12
- tracy/tracy: ^2.6
Suggests
- nette/robot-loader: to use Configurator::createRobotLoader()
- tracy/tracy: to use Configurator::enableTracy()
Conflicts
- tracy/tracy: <2.6
This package is auto-updated.
Last update: 2022-07-13 12:01:32 UTC
README
Introduction
Setting environment and creating a Dependency Injection (DI) container is in Nette in charge of the Nette Bootstrap.
Documentation can be found on the website.
If you like Nette, please make a donation now. Thank you!
Installation
The recommended way to install is via Composer:
composer require nette/bootstrap
It requires PHP version 8.0 and supports PHP up to 8.1.