laravel-dev-tools icon indicating copy to clipboard operation
laravel-dev-tools copied to clipboard

Nested properties not being found.

Open Fsmash opened this issue 10 months ago • 1 comments

This is a really straightforward issue. These aren't being detected.

image

This is the livewire form class that has all the properties in it that it should be finding.

image

The issue is occurring in "app/Lsp/LspValidators/LivewireLspValidate.php". Additional reflection needs to happen such that nested properties are detected.

image

Since I know what and where the issue is I am willing to look into fixing this and creating a pull request if you don't currently have something in the works yourself.

Fsmash avatar Apr 02 '24 06:04 Fsmash

Hey! Feel free to make a pr. I am currently not using this myself since I moved to vue.

haringsrob avatar Apr 02 '24 06:04 haringsrob