-
**Describe the bug**
I run
`composer require spatie/laravel-ray
`
but when I try to debug using
` ray()->showQueries();
`
I get that error
**Versions**
1.0.8
You can use `composer…
-
### Package
filament/filament
### Package Version
v2.5.24
### Laravel Version
v8.76.1
### Livewire Version
v2.8.2
### PHP Version
PHP 8.0.13
### Bug description
When we use the `searchable(…
lolen updated
2 years ago
-
If you enable 2FA and "forget" to scan the QR code, the user can't login anymore :)
Normal after you scan your 2FA code you have to enter it again on the page before the two_factor_secret is saved…
-
I have installed the new version 7 using
composer require "danog/madelineproto:^7"
After installation I removed all the session files and initialize it again by calling the start function
But I k…
Hmtir updated
2 years ago
-
### Package
filament/forms
### Package Version
v2.10.16
### Laravel Version
v8.83.2
### Livewire Version
v2.10.4
### PHP Version
8.1.2
### Bug description
File upload field throws error due…
-
**What version of Invoice Ninja are you running? ie v4.5 / v5** v5
**What environment are you running?** Self-Hosted
**Have you searched existing issues/requests?** Yes
**Additional context**…
-
Detected 5325 ESLint reports and/or crashes.
Scanned 10310 repositories.
Reached maximum result count 50.
Showing 50/5325
Rules:
- `@next/next/no-page-custom-font`
Click to expand
## Rule:…
-
Hello,
I've just installed tall_crud_example and when clicking on "Eager Load" menu, I get this error: (see attachement)
![parseerror](https://user-images.githubusercontent.com/31285669/136464699-…
-
# Bug report
### What I did
I create a model "Context" with ( id, name )
I create a second model "Action" with (id , name) and I want to add this relationship : Action belongsToMany "Context"
…
-
Hi,
Trying to implement Drawflow in my Laravel+Livewire project.
Unable to get the desired results. In fact failing at the first attempt. I am sure I have missed a step or not doing it right. Co…