Download the PHP package melihovv/laravel-env-validator without Composer
On this page you can find all versions of the php package melihovv/laravel-env-validator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download melihovv/laravel-env-validator
More information about melihovv/laravel-env-validator
Files in melihovv/laravel-env-validator
Download melihovv/laravel-env-validator
More information about melihovv/laravel-env-validator
Files in melihovv/laravel-env-validator
Vendor melihovv
Package laravel-env-validator
Short Description Laravel Validator for the .env file
License MIT
Package laravel-env-validator
Short Description Laravel Validator for the .env file
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-env-validator
Laravel Env Validator
Laravel Env Validator is meant to validate your .env file in order to avoid any unexpected behaviour for not having properly defined some variable or value.
Highlights
- Make sure you don't go live without all required .env variables and without the correct values
- Validate you env variables using the Laravel Validator by simple defining rules in a configuration file
- Working in teams becomes easier
Installation
Install via composer
Publish configuration file
Example configuration file
Usage
Simply run following command
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
All versions of laravel-env-validator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
illuminate/config Version ^6.0|^7.0|^8.0
illuminate/console Version ^6.0|^7.0|^8.0
illuminate/support Version ^6.0|^7.0|^8.0
illuminate/validation Version ^6.0|^7.0|^8.0
illuminate/config Version ^6.0|^7.0|^8.0
illuminate/console Version ^6.0|^7.0|^8.0
illuminate/support Version ^6.0|^7.0|^8.0
illuminate/validation Version ^6.0|^7.0|^8.0
The package melihovv/laravel-env-validator contains the following files
Loading the files please wait ....