readybytes/env-checker 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

readybytes/env-checker

Composer 安装命令:

composer require readybytes/env-checker

包简介

This will check invalid use of env variables.

README 文档

README

Latest Stable Version Total Downloads License Issues Stars

Laravel package to compare all env files in your project.

Installation

In Laravel 5.5+ env-checker will install via the new package discovery feature so you only need to add the package to your composer.json file

composer require readybytes/env-checker

and you are ready to go

Usage

Compare all env files available in your project directory.

php artisan env:check

This will generate a table containing all env variables with values. If value or variable not found in any env this will give you a warning message. '-' for variable having no value and 'N/A' for variable not found.

Also you get files with line number where you used env variables directly.

Example

Example of env-checker

统计信息

  • 总下载量: 2.99k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 3
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-05-22