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 MySQL Cache Driver MySQL based Cache-Driver K5 K4 K3 SQLite Cache Driver SQLite based Cache-Driver K5 K4 K3 PHP Cache Driver PHP based Cache-Driver K5 K4 K3 More by Lukas Kleinschmidt More <!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 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 📁 snippets ├─ 📄 header.controller.php └─ 📄 header.php Snippet Controller Define snippet controllers in a similar way to page controllers. K4 K3