General steps for every update:
- Run
php artisan view:clear
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.
If you were using the raw exported icons you'll need to re-publish them with:
php artisan vendor:publish --tag=blade-si --force
The new way to reference them is:
<img src="{{ asset('vendor/blade-si/archive.svg') }}" width="10" height="10"/>