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.1
License
MIT
Stars
15
Supports
K4 K3
Updated
1 Jul 2024
Implements
More