错误- Laravel\Livewire

bis0qfac  于 2023-11-20  发布在  其他
关注(0)|答案(1)|浏览(69)

我正在通过Laravel使用Livewire。每当我尝试使用#[Rule]时,我都会得到一个红色的波浪形错误undefined Type intelephense(P1009)。
下面是我的代码的一个例子:

use Livewire\Attributes\Rule;

// Rule has a red squiggly all over it
#[Rule('image|max:2048')]

字符串

snvhrwxg

snvhrwxg1#

事实证明,我被困在Livewire版本2上。这就是为什么我会弹出所有这些东西。

相关问题