2017 © Pedro Peláez
 

library laravel-env-validator

Laravel Validator for the .env file

image

melihovv/laravel-env-validator

Laravel Validator for the .env file

  • Sunday, February 11, 2018
  • by melihovv
  • Repository
  • 1 Watchers
  • 4 Stars
  • 3,248 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 9 Versions
  • 6 % Grown

The README.md

Laravel Env Validator

GitHub Workflow Status styleci, (*1)

Packagist Packagist Packagist, (*2)

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., (*3)

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, (*4)

composer require melihovv/laravel-env-validator

Publish configuration file

php artisan vendor:publish --provider="Melihovv\LaravelEnvValidator\ServiceProvider" --tag="config"

Example configuration file

// config/env-validator.php
<?php

return [
    'rules' => [
        'APP_NAME' => 'required|string',
        'APP_ENV'  => 'in:local,production',
    ],
];

Usage

Simply run following command, (*5)

php artisan config:env-validator

Security

If you discover any security related issues, please email amelihovv@ya.ru instead of using the issue tracker., (*6)

Credits

The Versions

11/02 2018

dev-master

9999999-dev

Laravel Validator for the .env file

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alexander Melihov

laravel validation env env-validator

10/02 2018

5.6.0

5.6.0.0

Laravel Validator for the .env file

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alexander Melihov

laravel validation env env-validator

31/08 2017

5.5.1

5.5.1.0

Laravel Validator for the .env file

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alexander Melihov

laravel validation env env-validator

30/08 2017

5.5.0

5.5.0.0

Laravel Validator for the .env file

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alexander Melihov

laravel validation env env-validator

28/06 2017

2.1.0

2.1.0.0

Laravel Validator for the .env file

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alexander Melihov

laravel validation env env-validator

27/06 2017

2.0.0

2.0.0.0

Laravel Validator for the .env file

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alexander Melihov

laravel validation env env-validator

10/02 2017

1.0.2

1.0.2.0

Laravel Validator for the .env file

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alexander Melihov

laravel validation env env-validator

04/02 2017

1.0.1

1.0.1.0

Laravel Validator for the .env file

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alexander Melihov

laravel validation env env-validator

31/01 2017

1.0.0

1.0.0.0

Laravel Validator for the .env file

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alexander Melihov

laravel validation env env-validator