Add info about laravel blade icons repackage (#357)

This commit is contained in:
Dan
2021-07-26 14:16:15 -04:00
committed by GitHub
parent 41f8ce9660
commit 03aefa2cd5

View File

@@ -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
<img width="420" src="https://www.figma.com/community/plugin/939567362549682242/thumbnail" alt="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).