Package Data | |
---|---|
Maintainer Username: | dicarlosystems |
Maintainer Contact: | chris@dicarlosystems.ca (Chris Di Carlo) |
Package Create Date: | 2024-09-18 |
Package Last Update: | 2024-10-08 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-26 15:04:08 |
Package Statistics | |
---|---|
Total Downloads: | 46,519 |
Monthly Downloads: | 24,594 |
Daily Downloads: | 714 |
Total Stars: | 99 |
Total Watchers: | 1 |
Total Forks: | 4 |
Total Open Issues: | 0 |
This package adds an Artisan command to check for invalid configuration file references in your application code and Blade views.
Feel like shouting out a thank you? Buy me a coffee! ☕️
You can install the package via composer:
composer require chrisdicarlo/laravel-config-checker
From the command-line, simply run:
php artisan config:check
The command will scan your Php code under app
and your Blade views under resources/views
. Any errors will be displayed in a table with information on the location and missing reference:
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.