DX
Featured
Staff picks
-
Sam Serrien
Devutils
Kirby devutils is a set of command line tools to help you manage your Kirby CMS project.
-
Bruno Meilick
PHP Class-based Blueprints
PHP Class-based Blueprints for better type safety and code completion
-
Lukas Kleinschmidt
Types
IDE Helper for Kirby. Adds the kirby types:create command to your project to create an additional type hints file.
Kirby team plugins
Kirby 4 plugins
- Kirby Template Sugar Syntactic sugar for Kirby templates that makes working with snippets and slots a breeze.
- Devkit Get easily accessible info on variables and data in frontend for template development.
- Autoloader Helper to automatically load various Kirby extensions in a plugin
- Laravel Mix Helper Use the mix helper function to get the correct path to your versioned CSS and JS files generated by Laravel Mix.
- Components No more switching between snippets and blueprints folders. Bring them to a common place and keep the overview.
- Methods Folder Methods Folder is a plugin to automatically register local methods provided in the folder site/methods just like Kirby accepts local collect…
- Snippet Controller Define snippet controllers in a similar way to page controllers.
- Template hooks Template hooks allow you to manage hooks for page and file templates more easily.
- Plopfile CLI tool to generate and append to various files for Kirby3 CMS using Plop.js
- Route Attributes Use PHP8 attributes to define metadata for your custom routes in separate files.
- Collect Adds support for Laravel collections to Kirby
- Template Stacks Template stacks allows you to push to named stacks which can be rendered somewhere else in another snippet or template.