Lukas Kleinschmidt Resolve Speed up Kirby's page routing. Docs Source Download return [ 'lukaskleinschmidt.resolve.cache' => true ]; Version 1.0.2 License MIT Stars 28 Supports K4 K3 Created 24 Mar 2020 Updated 23 Apr 2020 Info Topics Performance Routing Implements Route(s) Support Docs Issues Email Latest releases 1.0.2 1.0.1 1.0.0 Similar plugins return [ 'cache' => [ 'pages' => [ 'active' => true, 'type' => 'static' ] ] ]; Staticache Staticache gives you the performance of a static site generator for your regular Kirby installations. K5 K4 K3 Redis Cache Driver Redis based Cache-Driver K5 K4 K3 PHP Cache Driver PHP based Cache-Driver K5 K4 K3 More by Lukas Kleinschmidt More 📁 snippets ├─ 📄 header.controller.php └─ 📄 header.php Snippet Controller Define snippet controllers in a similar way to page controllers. K4 K3 user@host:~/project$ kirby types:create kirby-types v1.1.0 types:create ✓ added blueprints fields ✓ added custom methods ✓ added decorators ✓ added aliases types helper created successfully Types IDE Helper for Kirby. Adds the kirby types:create command to your project to create an additional type hints file. K4 K3 <!doctype html> <head> <?= vite(['assets/css/app.css', 'assets/js/app.js']) ?> </head> Laravel Vite Use the laravel-vite-plugin in your Kirby application. K4 K3