-
Notifications
You must be signed in to change notification settings - Fork 377
Comparing changes
Open a pull request
base repository: rap2hpoutre/laravel-log-viewer
base: v0.22.0
head repository: rap2hpoutre/laravel-log-viewer
compare: master
Commits on Oct 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for fd0821b - Browse repository at this point
Copy the full SHA fd0821bView commit details
Commits on Dec 12, 2018
-
Support $router for Lumen (#181)
Lumen new version use $router instead of $app
Configuration menu - View commit details
-
Copy full SHA for aec7a84 - Browse repository at this point
Copy the full SHA aec7a84View commit details
Commits on Jan 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 68d1f3b - Browse repository at this point
Copy the full SHA 68d1f3bView commit details
Commits on Jan 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 76bff7b - Browse repository at this point
Copy the full SHA 76bff7bView commit details
Commits on Feb 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 14a591f - Browse repository at this point
Copy the full SHA 14a591fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98a333e - Browse repository at this point
Copy the full SHA 98a333eView commit details
Commits on Mar 2, 2019
-
$this->storage_path expected to be a string, not an array
Configuration menu - View commit details
-
Copy full SHA for f6acf97 - Browse repository at this point
Copy the full SHA f6acf97View commit details
Commits on May 31, 2019
-
Fixing if ->storage_path is array and have Multiple Log View Location…
…s folders (#190) * Fixing if ->storage_path is array and have Multiple Log View Locations folders * Replace variable from to
Configuration menu - View commit details
-
Copy full SHA for 2f9c1bb - Browse repository at this point
Copy the full SHA 2f9c1bbView commit details
Commits on Jun 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ba8e645 - Browse repository at this point
Copy the full SHA ba8e645View commit details
Commits on Aug 19, 2019
-
Add MAX_FILE_SIZE to config (#201)
* Add MAX_FILE_SIZE to config * Fix typo
Configuration menu - View commit details
-
Copy full SHA for 30fffea - Browse repository at this point
Copy the full SHA 30fffeaView commit details -
Make view path a variable (#197)
* Make view path a variable * Typo * Update LogViewerController.php
Configuration menu - View commit details
-
Copy full SHA for 1271590 - Browse repository at this point
Copy the full SHA 1271590View commit details
Commits on Sep 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 209e37e - Browse repository at this point
Copy the full SHA 209e37eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5957eb0 - Browse repository at this point
Copy the full SHA 5957eb0View commit details
Commits on Dec 3, 2019
-
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
Configuration menu - View commit details
-
Copy full SHA for 031ed45 - Browse repository at this point
Copy the full SHA 031ed45View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa78fb2 - Browse repository at this point
Copy the full SHA fa78fb2View commit details
Commits on Feb 20, 2020
-
add php 7.4 to travis test (#222)
sergiy-petrov authoredFeb 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 32c3b28 - Browse repository at this point
Copy the full SHA 32c3b28View commit details
Commits on Mar 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3506baa - Browse repository at this point
Copy the full SHA 3506baaView commit details -
Added configuration publishing directions (#221)
A group (a.k.a. tag) should be added in publishing declaration (src/Rap2hpoutre/LaravelLogViewer/LaravelLogViewerServiceProvider.php line 34) to make this clearer.
Configuration menu - View commit details
-
Copy full SHA for ae73a6e - Browse repository at this point
Copy the full SHA ae73a6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a6b930 - Browse repository at this point
Copy the full SHA 9a6b930View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbfc09d - Browse repository at this point
Copy the full SHA dbfc09dView commit details
Commits on Apr 22, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for a50d2e8 - Browse repository at this point
Copy the full SHA a50d2e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c764996 - Browse repository at this point
Copy the full SHA c764996View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52c2a39 - Browse repository at this point
Copy the full SHA 52c2a39View commit details
Commits on Apr 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 337bb72 - Browse repository at this point
Copy the full SHA 337bb72View commit details
Commits on Apr 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 02023f5 - Browse repository at this point
Copy the full SHA 02023f5View commit details
Commits on Jul 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 40a6a9e - Browse repository at this point
Copy the full SHA 40a6a9eView commit details
Commits on Sep 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 27392d2 - Browse repository at this point
Copy the full SHA 27392d2View commit details
Commits on Oct 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1a11c77 - Browse repository at this point
Copy the full SHA 1a11c77View commit details
Commits on Nov 4, 2021
-
support for laravel daily logs (#209)
* resolve conflict * Add laravel 8 route format to readme * Add more tests for newly added methods * fix failing tests
Configuration menu - View commit details
-
Copy full SHA for ce5b1d0 - Browse repository at this point
Copy the full SHA ce5b1d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fa9b45 - Browse repository at this point
Copy the full SHA 4fa9b45View commit details
Commits on Feb 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 199b4f2 - Browse repository at this point
Copy the full SHA 199b4f2View commit details
Commits on Apr 6, 2022
-
Fix left hand file name sorting (#268)
* Sort files before returning them * Fix indentation * Reset array keys before returning it
Configuration menu - View commit details
-
Copy full SHA for 52e7c70 - Browse repository at this point
Copy the full SHA 52e7c70View commit details
Commits on May 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1dfd871 - Browse repository at this point
Copy the full SHA 1dfd871View commit details
Commits on Dec 15, 2022
-
Mention Laravel 9 in supported versions (#282)
Include Laravel 9 in the list of supported Laravel supported versions
Configuration menu - View commit details
-
Copy full SHA for 83cb217 - Browse repository at this point
Copy the full SHA 83cb217View commit details
Commits on Feb 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c4148ec - Browse repository at this point
Copy the full SHA c4148ecView commit details
Commits on Oct 7, 2023
-
* add github actions * drop support for laravel 4 & 5 * minimum version of php 7.2
Configuration menu - View commit details
-
Copy full SHA for 65d60ea - Browse repository at this point
Copy the full SHA 65d60eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04437b5 - Browse repository at this point
Copy the full SHA 04437b5View commit details
Commits on Oct 9, 2023
-
Merge pull request #291 from sergiy-petrov/php-8.3
Add Github Actions
Configuration menu - View commit details
-
Copy full SHA for f7dc4a2 - Browse repository at this point
Copy the full SHA f7dc4a2View commit details
Commits on Oct 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 71581e6 - Browse repository at this point
Copy the full SHA 71581e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbd23fd - Browse repository at this point
Copy the full SHA dbd23fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ade35e - Browse repository at this point
Copy the full SHA 2ade35eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d09e6b5 - Browse repository at this point
Copy the full SHA d09e6b5View commit details
Commits on Jan 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0ca0290 - Browse repository at this point
Copy the full SHA 0ca0290View commit details -
Configuration menu - View commit details
-
Copy full SHA for e77c7ad - Browse repository at this point
Copy the full SHA e77c7adView commit details
Commits on Mar 20, 2024
-
* Update composer.json * up * up warnings * up * up * up * up * test coverage
Configuration menu - View commit details
-
Copy full SHA for 49c52ae - Browse repository at this point
Copy the full SHA 49c52aeView commit details
Commits on Mar 10, 2025
-
* bump dependencies * fix namespaces * add `.phpunit.result.cache` to `.gitignore` * remove php 8.2 / laravel 11 exclusion * add php 8.4 and laravel 12 to matrix * update laravel versions in readme
Configuration menu - View commit details
-
Copy full SHA for ab85d5d - Browse repository at this point
Copy the full SHA ab85d5dView commit details
There are no files selected for viewing
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.