laravel-log-viewer
laravel-log-viewer copied to clipboard
Pagination Log with Laravel
Why don´t use pagination laravel to present the info ?
I have modified the code of the controller and the view so that it does not load all the contents of the log
Please submit screenshot, log if any, laravel version, php version and modified code to try to identify the issue.
+ why a huge amount of logs not particualy loads? How can I divide ajax load a log file, for example, if file contain 2GB of logs ?
See: https://github.com/rap2hpoutre/laravel-log-viewer/issues/43
can you update LaravelLogViewer.php $file = file_get_contents($this->file,false,null,0, 2097152);
2097152 is the size of file we want to access, which can be defined in config.app file.