Open Ivanmatthew opened 3 months ago
Have you tried to install icons before? They should be in the resources/svg
folder by default.
Have you tried to install icons before? They should be in the
resources/svg
folder by default.
Hey Adelf,
Thanks for your response. I'm not sure what you mean with installing the icons. As is specified all that was required to do was composer require the relevant third party sets. After manually placing the svgs inside resources/svg, the autocomplete doesn't yield any results either.
Could you tell which third-party set was added? And how.
Could you tell which third-party set was added? And how.
I have added this https://github.com/owenvoke/blade-fontawesome according to the instructions with composer require owenvoke/blade-fontawesome Before that I had also composer require'd the blade icons package.
Bug description
Currently, when in a blade file (relative path is themes > default > views > includes > header.blade.php), it will not autocomplete any icon, even the example shown in the settings.
It is confirmed in the settings that it is enabled.
Plugin version
8.2.3.241
Operating system
Windows
Steps to reproduce
Relevant log output
No response