foerdeliebe/kirby-logger

Add a logger to your Kirby website

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 4

Type:kirby-plugin

dev-main 2024-04-09 09:35 UTC

This package is auto-updated.

Last update: 2024-05-17 13:00:02 UTC


README

Release Last Commit

Kirby Logger

Commercial Usage

This plugin is free but if you use it in a commercial project please consider to

Installation

  • unzip main.zip as folder site/plugins/kirby3-logger or
  • git submodule add https://github.com/michnhokn/kirby3-logger.git site/plugins/kirby3-logger or
  • composer require michnhokn/kirby3-logger

Features

⚠️ This plugin is under development. Please rethink using it in a commercial project.

  • Log the following actions to a searchable and filterable table: user, file, page, site
  • Seperate panel view

Setup

Just install the plugin. At the moment there are no settings what soever.

Upcomming features

  • Permissions to view the logs
  • More configuration for the panel view
  • More details in the panel view

Misc

License: MIT

Credits: MichnHokn

Inspiration: Kirby Logger by @texnixe | Logger for Kirby 3 by @medienbaecker