Did you try npm install && npm run dev
flag-icon-css package installation and use in laravel
Hi all, I have installed a package what contains flag-icons. That is the github source: https://github.com/lipis/flag-icon-css
The installation guide is easy. But I am not able to use it in my laravel project. What I am doing wrong?
I used the following css/html code:
<span class="flag-icon flag-icon-gr"></span>
The package is available in my node_modules directory. I think that package is installed but my project is not referencing to it as I am doing it for php-packages via function asset('vendor...').
@nadeem2020 probably you installed it but you don't import it. Never used the package but try adding
import 'flag-icon-css/css/flag-icon.css' in your app.js and then recompile your assets
Please or to participate in this conversation.