31 lines
1.2 KiB
Markdown
31 lines
1.2 KiB
Markdown
Nette Bootstrap
|
|
===============
|
|
|
|
[](https://packagist.org/packages/nette/bootstrap)
|
|
[](https://github.com/nette/bootstrap/actions)
|
|
[](https://coveralls.io/github/nette/bootstrap?branch=master)
|
|
[](https://github.com/nette/bootstrap/releases)
|
|
[](https://github.com/nette/bootstrap/blob/master/license.md)
|
|
|
|
|
|
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](https://doc.nette.org/bootstrap).
|
|
|
|
If you like Nette, **[please make a donation now](https://nette.org/donate)**. 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.4.
|