Skip to content

Instantly share code, notes, and snippets.

@stovberpv
stovberpv / env.php
Created December 9, 2021 21:05
Lumen env bootstrapping
<?php
/*
|--------------------------------------------------------------------------
| Detect The Application Environment
|--------------------------------------------------------------------------
|
| Loads environment variables from the first available `env` file in accordance
| with the current `APP_ENV` mode specified in the environment variables before
| the server starts.
@stovberpv
stovberpv / package.json
Last active May 19, 2020 10:24
TypeScript Paths Transformer with file watcher
{
"scripts": {
"dev": "ts-node scripts-dev.ts"
}
}