Skip to content
This repository was archived by the owner on Sep 30, 2019. It is now read-only.

Latest commit

 

History

History
32 lines (19 loc) · 749 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 749 Bytes

Pyrocms logs module

PyroCMS addon with logging administrative events, including nice grid with filtering.

Getting Started

Prerequisites

  • PHP 7.1
  • PyroCMS 3.4.0

Installing

  • Clone this repo to addons/{app_name}/lizard/logs-module.
  • composer dumpautoload
  • php artisan addon:install lizard.module.logs

Add Models to Lizard\LogsModule\Log\LogManager file to listen for events.

Code styling

Use PSR-2, SOLID principles and good design patterns.

Authors

  • Maciej Jeziorski - Initial work
  • Rafał Wachelka - Additional work

See also the list of contributors who participated in this project.

TODO

  • More examples for development.