Releases: rap2hpoutre/laravel-log-viewer
Releases · rap2hpoutre/laravel-log-viewer
v1.5.0: Fixing PSR-0 autoload issue (#227)
* Making the controller PSR-0 Compatible * Update composer.json * Dynamic base controller * Update LogViewerController.php * Dependency class namespace fix * Changing the package name back after testing * Updating documentation
v1.4.0
Laravel 7 support (#225)
v1.3.3: Handle empty log array while preparing data to display (#214)
PHP 7.4 throws an error while trying to access array offset on value of type bool returned by reset() method for empty log
v1.3.2
Update README.md (#205)
v1.3.1: Make view path a variable (#197)
* Make view path a variable * Typo * Update LogViewerController.php
v1.3.0: Add MAX_FILE_SIZE to config (#201)
* Add MAX_FILE_SIZE to config * Fix typo
v1.2.1
Update log.blade.php
v1.2.0
Fixing if ->storage_path is array and have Multiple Log View Location…
v1.1.1: fix setFolder method (#188)
$this->storage_path expected to be a string, not an array
v1.1.0
Clear PR for Multiple Log View Locations #162 (#178)