Upgrade Guide

March 21, 2021 ยท View on GitHub

General steps for every update:

  • Run php artisan view:clear

Upgrading from 0.2.0 to 1.0.0

Minimum Requirements

The package now requires as a minimum:

  • PHP 7.3
  • Laravel 8.0
  • Blade Icons 1.0

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.

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

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

The new way to reference them is:

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