Skip to content
  • Kirby CMS Plugins
  • Discover
  • Search
  • Developers
  • New plugins
  • Recently updated
  • Most starred
  • Topics
  • Types
  • Free Plugins
  • Paid Plugins
  • Kirby 5
  • Kirby 4

  • Submit a plugin
  • getkirby.com
  • Fernando Gutiérrez Fernando Gutiérrez

    Illuminate Database

    Use Laravel's illuminate/database package in Kirby

    Docs Source

    Manual

    Download and extract the folder to site/plugins/db

    Composer

    Git Submodule

    use Beebmx\KirbyDB\DB;
    
    DB::table('users')->get();
    Version
    3.1.0
    License
    MIT
    Stars
    17
    Supports
    K4 K3
    Created
    22 Jan 2019
    Updated
    2 Aug 2024

    Info

    Topics
    • Databases
    Support
    • Docs
    • Issues
    Latest releases
    • 3.1.0
    • 3.0.0
    • 2.0.0
    • 1.0.4
    • 1.0.3

    Similar plugins

    • MySQL Cache Driver MySQL based Cache-Driver K5 K4 K3
    • Khulan - Kirby MongoDB Khulan is a cache driver and content cache with NoSQL interface for Kirby using MongoDB. K5 K4
    • SQLite Cache Driver SQLite based Cache-Driver K5 K4 K3

    More by Fernando Gutiérrez

    More
    • \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 K4 K3
    • Courier Kirby Courier offers a convenient and painless solution for creating emails tailored for your Kirby website. K5 K4 K3
    • 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