Fernando Gutiérrez

Env

Store project credentials and variables in a .env file and access them in Kirby

\Beebmx\KirbyEnv::load('main/path');

return [
    'debug'  => env('KIRBY_DEBUG', false),
    'secret' => env('SECRET_KEY'),
    'public' => env('PUBLIC_KEY'),
];
Version
4.2.0
License
MIT
Stars
11
Supports
K4 K3
Implements
More