Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 546 Bytes

installation.md

File metadata and controls

22 lines (13 loc) · 546 Bytes

Installation

PHAR

This tool is automatically compiled into a PHAR on every release. Go to our releases page for the latest version.

wget https://github.com/pararius/env-checker/releases/download/VERSION/env-checker.phar

NOTE: Replace VERSION with the version you would like to install.

Composer

composer require --dev pararius/env-checker

NOTE: The rest of the documentation assumes you have installed env-checker using the PHAR method.