From 03aefa2cd5dffe207a031db6d719fa79d827b5ff Mon Sep 17 00:00:00 2001 From: Dan Date: Mon, 26 Jul 2021 14:16:15 -0400 Subject: [PATCH] Add info about laravel blade icons repackage (#357) --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 65f3c62cc..59f03bd38 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Lucide is trying to expand the icon set as much as possible while staying faithf * [Angular](#angular) * [Preact](#preact) * [Figma](#figma) + * [Laravel](#laravel) * [Contributing](#contributing) * [Community](#community) * [License](#license) @@ -135,6 +136,16 @@ Visit [Figma community page](https://www.figma.com/community/plugin/939567362549 Figma Lucide Cover +### Laravel + +Implementation of Lucide icon's using `blade-icons` for Laravel based projects. + +```sh +composer require mallardduck/blade-lucide-icons +``` + +For more details, see the [documentation](https://github.com/mallardduck/blade-lucide-icons/blob/main/README.md). + ## Contributing For more info on how to contribute please see the [contribution guidelines](https://github.com/lucide-icons/lucide/blob/master/CONTRIBUTING.md).