You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// provide options if defaults of plugin are not valid
84
+
[
85
+
'dir' => __DIR__ . '/../',
86
+
'file' => '.env.dev',
87
+
]
88
+
),
89
+
];
90
+
```
91
+
68
92
#### No callback - no luck? 3 line are enough!
69
93
Unless you preload the `Bnomei\DotEnv` class using an `include_once` statement yourself the class will not be available in the kirby config files. But some options take a `callback` not just a `string` value. If your desired option does not then consider reporting a github issue at **their** repository. Adding a callback for an option is 3 lines of work.
0 commit comments