All notable changes to laravel-config-checker
will be documented in this file.
- Add option to disable progress bars by @chrisdicarlo in #7
- Add file resolvers by @chrisdicarlo in #8
- Add options to specify filetypes to check by @chrisdicarlo in #9
- Don't check internal methods called config by @moshe-autoleadstar in #10
- @moshe-autoleadstar made their first contribution in #10
Full Changelog: https://github.com/chrisdicarlo/laravel-config-checker/compare/v1.1.0...v1.2.0
Ensure config settings in nested config folders are correctly resolved.
Fixes incorrect package name configuration in non-console contexts.
Command now returns a failure if any undefined configuration keys are found.
Full Changelog: https://github.com/chrisdicarlo/laravel-config-checker/compare/v1.0.0...v1.0.1
Initial release.
- Add tests by @chrisdicarlo in #1
Full Changelog: https://github.com/chrisdicarlo/laravel-config-checker/compare/v0.1.0...v1.0.0
Initial alpha release.