Download the PHP package faisal50x/blade-ionicons without Composer
On this page you can find all versions of the php package faisal50x/blade-ionicons. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download faisal50x/blade-ionicons
More information about faisal50x/blade-ionicons
Files in faisal50x/blade-ionicons
Package blade-ionicons
Short Description A package to easily make use of ionicons in your Laravel Blade views.
License MIT
Homepage https://github.com/faisal50x/blade-ionicons
Informations about the package blade-ionicons
Blade Ionicons
A package to easily make use of Ionicons in your Laravel Blade views.
For a full list of available icons see Ionic Framework Team.
Requirements
- PHP 8.1 or higher
- Laravel 10.0 or higher
Installation
You can install the package via composer:
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:
Blade Icons
Blade ionicons uses Blade Icons under the hood. Please refer to the Blade Icons readme for additional functionality.
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Maintainers
Blade Ionicons is developed and maintained by Faisal Ahmed
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.
All versions of blade-ionicons with dependencies
blade-ui-kit/blade-icons Version ^1.1
illuminate/support Version ^10.0|^11.0|^12.0