# Configuration

After installation, register `dot-dependency-injection` in your project by adding the below line to your configuration
aggregator (usually: `config/config.php`):

```php
Dot\DependencyInjection\ConfigProvider::class,
```
