Upgrade Guide

August 5, 2021 ยท View on GitHub

General steps for every update:

  • Run php artisan view:clear

Upgrading from Blade Icons

If you're upgrading from the original Blade Icons package there's very little steps you would need to take. The syntax for the Blade components has remained the same.

Raw Icons

If you were using the raw exported icons you'll need to re-publish them with:

php artisan vendor:publish --tag=blade-devicons --force

The new way to reference them is:

<img src="{{ asset('vendor/blade-devicons/bulma.svg') }}" width="10" height="10"/>