PyroCMS addon with logging administrative events, including nice grid with filtering.
- PHP 7.1
- PyroCMS 3.4.0
- 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.
Use PSR-2, SOLID principles and good design patterns.
- Maciej Jeziorski - Initial work
- Rafał Wachelka - Additional work
See also the list of contributors who participated in this project.
- More examples for development.