Download the PHP package outhebox/blade-feather-icons without Composer
On this page you can find all versions of the php package outhebox/blade-feather-icons. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download outhebox/blade-feather-icons
More information about outhebox/blade-feather-icons
Files in outhebox/blade-feather-icons
Package blade-feather-icons
Short Description A package to easily make use of Feather Icons in your Laravel Blade views.
License MIT
Homepage https://github.com/MohmmedAshraf/blade-feather-icons
Informations about the package blade-feather-icons
Blade Feather Icons
A package to easily make use of Feather Icons in your Laravel Blade views.
For a full list of available icons see feathericons.com.
Requirements
- PHP 7.2 or higher
- Laravel 7.14 or higher
Installation
Usage
Icons can be used a self-closing Blade components which will be compiled to SVG icons:
You can also pass classes to your icon components:
And even use inline styles:
Raw SVG Icons
If you want to use the raw SVG icons as assets, you can publish them using:
Then use them in your views like:
Update your Feather icons to the latest version
Install the feather icons npm library
Then copy this line to your webpack.mix file
Blade Icons
Blade Feather Icons uses Blade Icons under the hood. Please refer to the Blade Icons readme for additional functionality.
Credits
License
Blade Feather Icons is open-sourced software licensed under the MIT license.
All versions of blade-feather-icons with dependencies
blade-ui-kit/blade-icons Version ^1.0
illuminate/support Version ^7.14|^8.0