ash-jc-allen / laravel-config-validator

A library for validating your Laravel app's config.
MIT License
200 stars 11 forks source link

Fixed a bug that prevented nested config values from being validated #18

Closed ash-jc-allen closed 4 years ago

ash-jc-allen commented 4 years ago

This PR fixes a bug that prevented nested config values from being validated. For example, if you had the config item of mail.from.address, this wouldn't be able to be validated because it was nested inside another item in the config file.