mbeckerle-xqueue
mbeckerle-xqueue
**Describe the bug** I am working with the Fuzzer and while it is working well for resources without path parameters, I experienced an exception if I include a path parameter...
**Describe the bug** I have been been fuzzing for some hours and got a report telling me the following: ``` ``` According to this, the time was 0 seconds and...
I was about to investigate why tables tend to flicker on page change and set up a very simple table. My controller: public function test(Request $request) { $elements = QueryBuilder::for(Something::class)...
Hi, I tend to fiddle around and mess with parameters to check if not-so-friendly-users can manipulate things they should not be able to, so I tested 0 and -1 for...
- Laravel Version: 10.14.1 - PHP Version: 8.1.2 - Splade JS Version (npm): 1.4.11 - Splade PHP Version (composer): 1.4.15.1 - Dev environment (OS, Sail/Valet/etc): ... ### Description: In my...
Hi, with an update from Laravel 9.34.0 to 9.36.3 I get this error when creating a view from database: **Illegal offset type in isset or empty** I compared the files...