rawilk / laravel-form-components

Form components built for Tailwind & Livewire.
https://randallwilk.dev/docs/laravel-form-components
MIT License
386 stars 42 forks source link

[Feature Request]: IDE Support #51

Closed booni3 closed 2 years ago

booni3 commented 2 years ago

Feature Description

Can you advise if there is a way to get the <x-input wire:model="model.sku"/> being recognised in the IDE, the same way that <x-form-components::inputs.input wire:model="model.sku"/> does?

I am using PHP Storm & Laravel Idea specifically but this may be relevant to other IDE's also

Is this feature valuable for other users as well and why?

No response

rawilk commented 2 years ago

I use PHPStorm myself, but I'm not sure if there is a way to do this though. If anyone out there knows how, I'd be happy to update the docs to show how to do it.