Lukas Kleinschmidt Laravel Vite Use the laravel-vite-plugin in your Kirby application. Docs Source Install Manual Download and extract the folder to site/plugins/laravel-vite Composer Copy Git Submodule Copy <!doctype html> <head> <?= vite(['assets/css/app.css', 'assets/js/app.js']) ?> </head> Version 2.1.3 License MIT Stars 20 Supports K4 K3 Created 13 Mar 2023 Updated 5 Feb 2025 Info Topics Templating Integrations Implements Helper(s) Support Docs Issues Email Latest releases 2.1.3 2.1.2 2.1.1 2.1.0 2.0.0 Similar plugins Podcaster Podcaster is a complete solution for publishing your podcast. Podcaster has you covered with simple and easy feed management, detailed analy… K5 K4 K3 Kirby Vite A set of helper functions to get the correct path to your versioned css and js files generated by Vite. K5 K4 K3 IndieConnector IndieConnector is your interface to the IndieWeb. It helps you receive and send webmentions, post to Mastodon and Bluesky whenever you publi… 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 return [ 'lukaskleinschmidt.resolve.cache' => true ]; Resolve Speed up Kirby's page routing. K4 K3 Terminal Manage background processes from the panel. Define scripts like you might already be familiar with from npm. Start or stop predefined script… K4 K3