Bruno Meilick Redirects Setup HTTP status code redirects from within the Panel Docs Source Install Manual Download … and extract the folder to site/plugins/redirects Composer Copy Git Submodule Copy Sponsor sections: redirects: extends: plugin-redirects3xx Version 5.1.0 License MIT Stars 26 Supports K5 K4 K3 Created 10 Oct 2018 Updated 22 Aug 2025 Info Topics Routing Devtools Redirects Implements Panel section(s) Support Docs Issues Email Latest releases 5.1.0 5.0.0 4.3.0 4.2.3 4.2.1 Similar plugins Force Login Forces all users to login on non-panel pages. Redirects back to blocked page via URL Param after login. Especially useful for staging websit… K5 class MigrationTest extends Migration { public function up() { $result = Db::query( 'ALTER TABLE `my_table` ADD COLUMN `test` INT DEFAULT NULL; '); if (!$result) throw Db::lastError(); } } Migrations Migrations management (eg. for Databases) K5 K4 K3 Storybook Generate Storybook stories from snippets and templates K5 K4 K3 More by Bruno Meilick More Fontselector Select font family and font weight with two synced fields K5 K4 K3 Janitor Run command – like cleaning the cache – from within the Panel via a customizable button, directly in PHP code or with a cronjob K5 K4 K3 class ExamplePage extends \Kirby\Cms\Page { use \Bnomei\ModelWithTurbo; } Turbo Speed up Kirby with automatic caching K5