Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 569 Bytes

UPGRADE.md

File metadata and controls

23 lines (14 loc) · 569 Bytes

Upgrade Guide

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-si --force

The new way to reference them is:

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