nette / bootstrap
🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.
Installs: 24 235 034
Dependents: 632
Suggesters: 4
Security: 0
Stars: 640
Watchers: 33
Forks: 37
Open Issues: 2
Requires
- php: >=8.0 <8.3
- nette/di: ^3.1
- nette/utils: ^3.2.1 || ^4.0
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.4
- phpstan/phpstan-nette: ^1.0
- tracy/tracy: ^2.9
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: 2023-09-05 19:29:49 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.3.