Joaquin Varela
Joaquin Varela
I mean a way to get a string of a .env-formatted file from an array (or something similar), for example ```php use M1\Env\Compiler; $a = [ 'FOO' => 1, 'BAR'...
Either provide an option to give a callable to handle arrays within an array or just flat-out don't allow them to happen
> Could you give an example of how to set and unset the prompt? It's an environment variable. You can set and unset it with `export WITH_PROMPT="prompt goes here"`. The...