Configuration Loader
The Loader component is able to load various types of configuration files and parse them into a Laravel Repository.
Supported File Types
| File Extension |
|---|
| *.ini |
| *.json |
| *.php (php array) |
| *.yml, *.yaml (requires symfony/yaml) |
| *.toml (requires devium/toml) |
| *.neon (requires nette/neon) |