Skip to content

Installation

If you are not using the maintenance mode or scheduler it is advised (but not required) to install the plugin as a dev dependency.(1)

  1. A dev dependency refers to those packages or libraries that are required for the development of a project but are not necessary for the production version of that project. These can include tools for unit testing, code styling, or other utilities that assist in the development process but are not needed for the project to run in a production environment.

Use composer!

This plugin can only be installed with composer!

You need the Kirby CLI tool to make use of the Kirby Devutils

If you don't have the Kirby CLI tool installed yet, you can install it by running composer global require getkirby/cli. See the Kirby CLI documentation for more information.

Installing as a dev dependency

composer require genxbe/kx-devutils --dev

Installing as a normal dependency

composer require genxbe/kx-devutils