DX
Featured
Staff picks
-
Lukas Kleinschmidt
Types
IDE Helper for Kirby. Adds the kirby types:create command to your project to create an additional type hints file.
-
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
Kirby team plugins
All plugins
- Devkit Get easily accessible info on variables and data in frontend for template development.
- Components No more switching between snippets and blueprints folders. Bring them to a common place and keep the overview.
- Kirby Template Sugar Syntactic sugar for Kirby templates that makes working with snippets and slots a breeze.
- Snippet Controller Define snippet controllers in a similar way to page controllers.
- Autoloader Helper to automatically load various Kirby extensions in a plugin
- Route Attributes Use PHP8 attributes to define metadata for your custom routes in separate files.
- Methods Folder Methods Folder is a plugin to automatically register local methods provided in the folder site/methods just like Kirby accepts local collect…
- Template hooks Template hooks allow you to manage hooks for page and file templates more easily.
- Plugin Loader With Kirby Loader you can load plugins from multiple roots. Thus, you can simplify the management of your plugins by grouping.
- Laravel Mix Helper Use the mix helper function to get the correct path to your versioned CSS and JS files generated by Laravel Mix.
- Panel View Extended Add more specific CSS classes and features to the panel views
- Template Stacks Template stacks allows you to push to named stacks which can be rendered somewhere else in another snippet or template.