Download the PHP package chrisdicarlo/laravel-config-checker without Composer
On this page you can find all versions of the php package chrisdicarlo/laravel-config-checker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download chrisdicarlo/laravel-config-checker
More information about chrisdicarlo/laravel-config-checker
Files in chrisdicarlo/laravel-config-checker
Package laravel-config-checker
Short Description Package to check that configuration key references actually exist in your config files.
License MIT
Homepage https://github.com/chrisdicarlo/laravel-config-checker
Informations about the package laravel-config-checker
Check for undefined configuration key references in your Laravel project.
This package adds an Artisan command to check for invalid configuration file references in your application code and Blade views.
Support me
Feel like shouting out a thank you? Buy me a coffee! ☕️
Installation
You can install the package via composer:
Usage
From the command-line, simply run:
The command will scan your Php code under app
, database
, routes
, bootstrap
and your Blade views under resources/views
. Any errors will be displayed in a table with information on the location and missing reference:
Disabling progress
To disable progress bars (e.g. in CI), pass the --no-progress
flag when running the command:
Specifying the file type to check
To skip checking of Php or Blade files, pass --no-php
or --no-blade
respectively:
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Chris Di Carlo
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-config-checker with dependencies
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^10.0||^11.0