Fernando Gutiérrez Env Store project credentials and variables in a .env file and access them in Kirby Docs Source Download \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 Created 22 Jan 2019 Updated 1 Jul 2024 Info Topics Security Configuration Implements Helper(s) Support Docs Issues Latest releases 4.2.1 4.2.0 4.1.0 4.0.2 4.0.1 Similar plugins env('APP_DEBUG'); DotEnv Store project credentials and environment variables in a .env file and access them in Kirby K5 K4 K3 OAuth 2.0 Interface to use OAuth 2.0 providers for user authentication K4 K3 Headless Kirby, but headless only – KQL with bearer token, Express-esque middlewares & more K5 K4 K3 More by Fernando Gutiérrez More blueprints ├── pages │ ├── default.yml │ ├── home.policy.yml │ ├── simple.policy.yml │ ├── content.yml │ └── post.policy.yml ├── users │ ├── admin.yml │ └── editor.yml └── site.yml Policy Display different fields for different user roles in the Panel K4 Patrol An easy and customizable way to manage access to website pages according to the roles assigned to users within the Kirby panel interface. K4 use Beebmx\KirbyDB\DB; DB::table('users')->get(); Illuminate Database Use Laravel's illuminate/database package in Kirby K4 K3