Download the PHP package mathiasgrimm/laravel-env-validator without Composer
On this page you can find all versions of the php package mathiasgrimm/laravel-env-validator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mathiasgrimm/laravel-env-validator
More information about mathiasgrimm/laravel-env-validator
Files in mathiasgrimm/laravel-env-validator
Download mathiasgrimm/laravel-env-validator
More information about mathiasgrimm/laravel-env-validator
Files in mathiasgrimm/laravel-env-validator
Vendor mathiasgrimm
Package laravel-env-validator
Short Description Laravel Validator for the .env file
License
Package laravel-env-validator
Short Description Laravel Validator for the .env file
License
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
Laravel Env Validator is available via Composer:
Setup
Laravel
Register Service Provider
Publish configuration file
Lumen
Manually copy the configuration file
to
Register Service Provider in bootstrap/app.php
:
Load configuration file in bootstrap/app.php
:
Example configuration file
Screenshot
Command Line
Browser
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
No informations.
The package mathiasgrimm/laravel-env-validator contains the following files
Loading the files please wait ....