Bruno Meilick DotEnv Store project credentials and environment variables in a .env file and access them in Kirby Docs Source Install Manual Download and extract the folder to site/plugins/dotenv Composer Copy Git Submodule Copy Sponsor env('APP_DEBUG'); Version 5.0.0 License MIT Stars 37 Supports K5 K4 K3 Created 19 Dec 2018 Updated 27 Nov 2024 Info Topics Security Configuration Implements Helper(s) Support Docs Issues Email Latest releases 5.0.0 2.2.0 2.1.1 2.1.0 2.0.4 Similar plugins 'nerdcel.kirby-oauth2-email' => [ 'callback-path' => 'callback-path', 'enabled' => true, 'email' => 'example@your-provider.tdl', 'service' => 'azure', 'client-id' => 'your-client-id', 'client-secret' => 'your-client-secret', 'refresh-token' => 'your-refresh-token', ]; OAuth2 Email This plugin allows you to authenticate users via OAuth2 and their email address. K5 K4 return [ 'bnomei.securityheaders.headers' => [ 'X-Frame-Options' => 'SAMEORIGIN', 'X-XSS-Protection' => '1; mode=block', 'X-Content-Type-Options' => 'nosniff', ... ] ]; Content Security Policy Simplify the content security policy headers setup for your website K5 K4 K3 Headless Kirby, but headless only – KQL with bearer token, Express-esque middlewares & more K5 K4 K3 More by Bruno Meilick More UTM Tracking Automatically track events from URLs with UTM parameters and view statistics about them right in the panel. K5 K4 K3 Redis Cache Driver Redis based Cache-Driver K5 K4 K3 <?= $page->counterImage() ?> Pageview Counter Track Page view count and last visited timestamp K5 K4 K3