The Laravel Config Checker package by Chris Di Carlo scans your codebase to verify if config keys are correctly defined in your config files. Running `php artisan config:check` identifies missing or undefined config errors, displaying them in a table with details on the location and missing references.
Sort: