Skip to content

This package helps you to compare multiple env files.

Notifications You must be signed in to change notification settings

ssv445/env-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Laravel Env Checker

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

About

This package helps you to compare multiple env files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages