-
Please consider to integrate Laravel Log Viewer to the boilerplate.
Laravel Log Viewer help us tracking log faster and better.
Source: https://github.com/rap2hpoutre/laravel-log-viewer
-
Hi i have setup your log-viewer package inside my development environment.
two projects have the package installed and if i have understood it correctly
Project A (mainly the log-viewer) can acces…
-
Not sure why it is the case, but when Laravel runs with Octane as reverse proxy (in production),
```php
\LogViewer::auth(fn () => auth()->check());
```
does not work and always leads to a 403 er…
-
- noCaptcha Version: 13.0.0
- Laravel Version: 11.0.0
- PHP Version: 8.3
### Description:
For my client I am trying to update the Laravel installation to version 11. However, the client has both…
-
## Issue:
On page load the auth user is null and causes the auth callback to be false.
## Specs:
PHP: v8.3.3
Composer:
```
"require": {
"php": "^8.2",
"inertiajs/inertia-laravel": "^…
-
I am using command
composer remove arcanedev/log-viewer:~5.2.0
but it is still there
Help me
ghost updated
3 years ago
-
```
composer require rap2hpoutre/laravel-log-viewer
Using version ^1.6 for rap2hpoutre/laravel-log-viewer
./composer.json has been updated
Loading composer repositories with package information
U…
-
support multiple log patterns,
we have multiple channels like,
laravel.log
services.log
data.log
we can only see one of them using log-viewer
-
**Describe the bug**
When i make API call inside of plugin, i get 403 Frobidden only in production.
I've updated from
- "nuxt": "^3.12.1",
- "nuxt-auth-sanctum": "^0.4.0",
**To:**
…
-
When a log directory is empty (storage/logs) this method is looped:
https://github.com/laravel-admin-extensions/log-viewer/blob/master/src/LogViewer.php#L170