LoadEnvironmentVariables
class LoadEnvironmentVariables (View source)
Methods
| void |  bootstrap(Application $app)  Bootstrap the given application.  |  |
| void |  checkForSpecificEnvironmentFile(Application $app)  Detect if a custom environment file matching the APP_ENV exists.  |  |
| bool |  setEnvironmentFilePath(Application $app, string $file)  Load a custom environment file.  |  
Details
void bootstrap(Application $app)
Bootstrap the given application.
protected void checkForSpecificEnvironmentFile(Application $app)
Detect if a custom environment file matching the APP_ENV exists.
protected bool setEnvironmentFilePath(Application $app, string $file)
Load a custom environment file.
    © Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
    https://laravel.com/api/5.7/Illuminate/Foundation/Bootstrap/LoadEnvironmentVariables.html