定制 chrisdicarlo/laravel-config-checker 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

chrisdicarlo/laravel-config-checker

最新稳定版本:v1.4.0

Composer 安装命令:

composer require chrisdicarlo/laravel-config-checker

包简介

Package to check that configuration key references actually exist in your config files.

README 文档

README

Latest Version on Packagist GitHub Tests (8.2 / 8.3) Action Status GitHub Tests (8.1) Action Status GitHub Code Style Action Status Total Downloads

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:

composer require chrisdicarlo/laravel-config-checker

After installing the package, you can publish the configuration file:

php artisan vendor:publish --tag="config-checker-config"

Usage

From the command-line, simply run:

php artisan config:check

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:

Sample Output

Customizing paths

If you want the command to scan PHP/Blade code under custom paths, you can add or update entries in config/config-checker.php.

Disabling progress

To disable progress bars (e.g. in CI), pass the --no-progress flag when running the command:

php artisan config:check --no-progress

Specifying the file type to check

To skip checking of Php or Blade files, pass --no-php or --no-blade respectively:

php artisan config:check --no-php
php artisan config:check --no-blade

Testing

composer test

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

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 177.36k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 105
  • 点击次数: 12
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 105
  • Watchers: 1
  • Forks: 6
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 未知