Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,20 @@ For a full list of available icons see [the SVG directory](resources/svg) or pre

## Installation

### For Phosphor Icons v1
#### For Phosphor Icons v1
```bash
composer require codeat3/blade-phosphor-icons:^1.0
```

### For Phosphor Icons v2
#### For Phosphor Icons v2
```bash
composer require codeat3/blade-phosphor-icons:^2.0
```

### Caching Icons

Caching icons will significantly improve performance in production. Make sure your deployment script runs [`php artisan optimize`](https://laravel.com/docs/deployment#optimization), or `php artisan icons:cache` if you only want to cache Blade icons.

## Updating

Please refer to [`the upgrade guide`](UPGRADE.md) when updating the library.
Expand Down