plugin
plugin copied to clipboard
[Bug]: Wire UI prefix - Components not recognized
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
- Publish the Wire UI configs
- Alter the config/wireui.php file and add an alias
- Generate the IDE helper code
3a.
$ php artisan wireui:generate-ide-helper-code - In a blade template use the new syntax
4a.
<x-prefix-input> - "Unknown Blade Component"
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.