Skip to content

Tags: gpibarra/laravel-log-viewer

Tags

v1.3.3

Toggle v1.3.3's commit message
Handle empty log array while preparing data to display (rap2hpoutre#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

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md (rap2hpoutre#205)

v1.3.1

Toggle v1.3.1's commit message
Make view path a variable (rap2hpoutre#197)

* Make view path a variable

* Typo

* Update LogViewerController.php

v1.3.0

Toggle v1.3.0's commit message
Add MAX_FILE_SIZE to config (rap2hpoutre#201)

* Add MAX_FILE_SIZE to config

* Fix typo

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update log.blade.php

v1.2.0

Toggle v1.2.0's commit message
Fixing if ->storage_path is array and have Multiple Log View Location…

…s folders (rap2hpoutre#190)

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

* Replace variable from  to

v1.1.1

Toggle v1.1.1's commit message
fix setFolder method (rap2hpoutre#188)

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

v1.1.0

Toggle v1.1.0's commit message
Clear PR for Multiple Log View Locations rap2hpoutre#162 (rap2hpoutre…

…#178)

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update LICENSE

v0.22.1

Toggle v0.22.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update logviewer.php