Simple Laravel 5 package that checks if your .env
file is outdated.
Add Envchecker to your composer.json file:
Add the service provider to your Laravel application config:
EnvChecker\EnvCheckerServiceProvider::class
Configuration
-------------
php artisan vendor:publish --provider="EnvChecker\EnvCheckerServiceProvider"
Update `config/envchecker.php`
return [
// template env file path
'example' => base_path('.env.example'),
// local env file
'local' => base_path('.env'),
// optional env vars
'optional' => []
];
Usage
-----
php artisan env:check
Sample Output
template file contains new values. +------------------+---------------+ | New Keys | Default Value | +------------------+---------------+ | MAIL_PORT | 2525 | | MAIL_ENCRYPTION2 | null | +------------------+---------------+
Test
----
PHPSpec
./bin/phpspec run
Todo PHPUnit
Classes of Arnel Labarda | > | Laravel Env Testing | > | ![]() |
> | ![]() |
> | ![]() |
> | ![]() ![]() |
|
|
Groups | Applications | ![]() |
Groups |
![]() |
Classes using PHP 5 specific features | View top rated classes |
![]() |
Listing, accessing and manipulating files and folders | View top rated classes |
![]() |
Frameworks and libraries of cooperating classes | View top rated classes |
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
![]() |
File | Role | Description | ||
---|---|---|---|---|
![]() |
||||
![]() |
||||
![]() |
||||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Doc. | Documentation |
![]() NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.
|