Fernando Gutiérrez Illuminate Database Use Laravel's illuminate/database package in Kirby Docs Source Install Manual Download … and extract the folder to site/plugins/db Composer Copy Git Submodule Copy Sponsor use Beebmx\KirbyDB\DB; DB::table('users')->get(); Version 4.0.1 License MIT Stars 19 Supports K5 K4 Created 22 Jan 2019 Updated 20 Aug 2025 Info Topics Databases Support Docs Issues Latest releases 4.0.1 3.1.0 3.0.0 2.0.0 1.0.4 Similar plugins SQLite Cache Driver SQLite based Cache-Driver K5 K4 MySQL Cache Driver MySQL based Cache-Driver K5 K4 <?= $page->counterImage() ?> Pageview Counter Track Page view count and last visited timestamp K5 K4 More by Fernando Gutiérrez More Enum Kirby Enum adds the ability to display and set enumeration content in the panel. K5 K4 Scheduler Kirby Scheduler offers a fresh approach to managing scheduled tasks on your server. K5 \Beebmx\KirbyEnv::load('main/path'); return [ 'debug' => env('KIRBY_DEBUG', false), 'secret' => env('SECRET_KEY'), 'public' => env('PUBLIC_KEY'), ]; Env Store project credentials and variables in a .env file and access them in Kirby K5 K4