davidhsianturi / blade-bootstrap-icons

A package to easily make use of Bootstrap Icons in your Laravel Blade views

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not all icons work !

Sourack opened this issue · comments

image

For example: «x-bi-key»«/x-bi-key» is'nt working but «x-bi-wallet2»«/x-bi-wallet2» is working. I didn't understand lol.

I try with some others icons and I have the same issue: somes icons aren't working.

My setup: Laravel 8 with blade

it's working for me in Laravel 8

Screen Shot 2020-10-09 at 15 35 37

Screen Shot 2020-10-09 at 15 36 27

That's probably something in your code, you'll need to look deeper.

Well ok I did some tests and it's not my code. I made a new installation of laravel and I have exactly the same problem. I don't know what the problem is. Maybe my php version I didn't know. It's weird because everything else works very well.

With <x-bi-wallet2></x-bi-wallet2> it's work:
image

With <x-bi-key></x-bi-key> I have an error:
image

@Sourack try the latest release, closing this for now.