plugin icon indicating copy to clipboard operation
plugin copied to clipboard

[Bug]: Wire UI prefix - Components not recognized

Open bjpayne opened this issue 11 months ago • 1 comments

Bug description

When I add a prefix to Wire UI the components are not longer recognized in the blade templates.

Plugin version

9.1.0.243

Operating system

MacOS

Steps to reproduce

  1. Publish the Wire UI configs
  2. Alter the config/wireui.php file and add an alias
  3. Generate the IDE helper code 3a. $ php artisan wireui:generate-ide-helper-code
  4. In a blade template use the new syntax 4a. <x-prefix-input>
  5. "Unknown Blade Component"

bjpayne avatar Feb 09 '25 18:02 bjpayne

Thanks for your feedback! php artisan wireui:generate-ide-helper-code generates code for barryvdh helper, and not for this plugin. WireUI was supported as part of older BladeX package, which is now abandoned. I think we will implement and provide WireUI completion.

gorbunov avatar May 20 '25 05:05 gorbunov