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).