Skip to content

v3.0.0

Compare
Choose a tag to compare
@mpbzh mpbzh released this 09 Apr 13:17
· 85 commits to master since this release

This version brings some new features:

Flysystem integration: As requested, I integrated Flysystem for log file access. Currently implemented are the FTP and Local adapters, but any other Flysystem adapter can easily be added to the Syonix\LogViewer\LogFile.php constructor. Feel free to contribute.

Change config file format to yaml: The json config file started to get messy, so it was replaced by the much sleeker YAML. See README for the new syntax.

Dynamic RewriteBase: Until now you had to edit your .htaccess if you installed the MonologViewer in a subdirectory. This is now handled dynamically.

Improvements: Various improvements, mostly design and error handling.