-
I have a laravel 9 application as an api and I am trying to use your package to see my logs but after installation I have a 419 page expired error.
How can I fix this
-
```
"php": "^8.1",
"ext-json": "*",
"ext-pdo": "*",
"arcanedev/log-viewer": "^9.0",
"creativeorange/gravatar": "^1.0.22",
"fruitcake/laravel-cors"…
-
I am using Docker w/ [Laravel Sail](https://laravel.com/docs/9.x/sail) to power the back-end. However, I cannot seem to make a request towards the API using this codebase.
This is the error:
```…
-
### Environment
- Operating System: `Linux`
- Node Version: `v16.16.0`
- Nuxt Version: `3.0.0`
- Nitro Version: `1.0.0`
- Package Manager: `npm@9.1.2`
- Builder: `vite`
-…
-
- [x] **I confirm that I have read and attempted the tips in the [Troubleshooting Guide](https://scribe.knuckles.wtf/laravel/troubleshooting).**
when adding nested array it fails in generating th…
-
Hi,
I have been using this package in my project for neraly two years now without any problems. But recently after upgrading to laravel 9 I've started to get this error when trying to stream zip wi…
-
Hi,
I have texlive installed in
C:\texlive\2023\bin\windows
I also added this to my path environment variable, running pdflatex in the cmd prompt works.
If I run
`return (new LaraTeX)->dryRun…
-
I tried adding a new contact and am getting this error. I tried running `php artisan migrate` in the container and there was nothing to do.
Image: `ghcr.io/monicahq/monica-next:main@sha256:aa4872b…
-
CSRF protection is now commonplace in web and api routes. Modern API testing utilities provide features that enables handling CSRF cookies and embedding such cookies in the request headers automatical…
-
**What happened?**
I have a route with the following rules:
```php
[
'data' => 'array|required',
'data.title' => 'string|required',
]
```
and the following bodyParameters:
```ph…