Skip to content

Releases: rap2hpoutre/laravel-log-viewer

v1.5.1

22 Apr 20:16
52c2a39

Choose a tag to compare

Redirection after cleaning a log file is done to the previous url. (#…

v1.5.0: Fixing PSR-0 autoload issue (#227)

22 Apr 20:11
a50d2e8

Choose a tag to compare

* 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

05 Mar 20:25
3506baa

Choose a tag to compare

Laravel 7 support (#225)

v1.3.3: Handle empty log array while preparing data to display (#214)

03 Dec 22:01

Choose a tag to compare

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

04 Sep 14:55
5957eb0

Choose a tag to compare

Update README.md (#205)

v1.3.1: Make view path a variable (#197)

19 Aug 13:06

Choose a tag to compare

* Make view path a variable

* Typo

* Update LogViewerController.php

v1.3.0: Add MAX_FILE_SIZE to config (#201)

19 Aug 12:56

Choose a tag to compare

* Add MAX_FILE_SIZE to config

* Fix typo

v1.2.1

12 Jun 15:23
ba8e645

Choose a tag to compare

Update log.blade.php

v1.2.0

12 Jun 14:57

Choose a tag to compare

Fixing if ->storage_path is array and have Multiple Log View Location…

v1.1.1: fix setFolder method (#188)

02 Mar 15:13

Choose a tag to compare

$this->storage_path expected to be a string, not an array