You are viewing documentation for an outdated version. It is no longer supported!
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 yosymfony/toml) |