Skip to content

Releases: rap2hpoutre/laravel-log-viewer

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

22 Apr 20:11
a50d2e8
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
Update README.md (#205)

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

19 Aug 13:06
Compare
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
Compare
Choose a tag to compare
* Add MAX_FILE_SIZE to config

* Fix typo

v1.2.1

12 Jun 15:23
ba8e645
Compare
Choose a tag to compare
Update log.blade.php

v1.2.0: Fixing if ->storage_path is array and have Multiple Log View Location…

12 Jun 14:57
Compare
Choose a tag to compare
…s folders (#190)

* Fixing if ->storage_path is array and have Multiple Log View Locations folders

* Replace variable from  to

v1.1.1: fix setFolder method (#188)

02 Mar 15:13
Compare
Choose a tag to compare
$this->storage_path expected to be a string, not an array

v1.1.0

27 Feb 15:51
Compare
Choose a tag to compare
Clear PR for Multiple Log View Locations #162 (#178)