Recommend this page to a friend! |
Classes of Arnel Labarda | Laravel Env Testing | README.md | Download |
|
Download
IntroductionSimple Laravel 5 package that checks if your InstallationAdd Envchecker to your composer.json file:
EnvChecker\EnvCheckerServiceProvider::class
php artisan vendor:publish --provider="EnvChecker\EnvCheckerServiceProvider"
return [
];
php artisan env:check
template file contains new values. +------------------+---------------+ | New Keys | Default Value | +------------------+---------------+ | MAIL_PORT | 2525 | | MAIL_ENCRYPTION2 | null | +------------------+---------------+
./bin/phpspec run
|