PHP Classes

File: src/EnvChecker/Config/envchecker.php

Recommend this page to a friend!
  Classes of Arnel Labarda   Laravel Env Testing   src/EnvChecker/Config/envchecker.php   Download  
File: src/EnvChecker/Config/envchecker.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Env Testing
Check if variables in a .env file are outdated
Author: By
Last change:
Date: 5 years ago
Size: 195 bytes
 

Contents

Class file image Download
<?php

return [
   
// template env file path
   
'example' => base_path('.env.example'),
   
// local env file
   
'local' => base_path('.env'),
   
// optional env vars
   
'optional' => []
];