Download the PHP package adzchappers/iconicapp-for-laravel without Composer
On this page you can find all versions of the php package adzchappers/iconicapp-for-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download adzchappers/iconicapp-for-laravel
More information about adzchappers/iconicapp-for-laravel
Files in adzchappers/iconicapp-for-laravel
Package iconicapp-for-laravel
Short Description Laravel Blade files for the wonderful iconic.app icon set
License MIT
Homepage https://github.com/adzchappers/iconicapp-for-laravel
Informations about the package iconicapp-for-laravel
IconicApp for Laravel
A Laravel package for easy use of the wonderful iconic.app icon set in blade, svg, or png.
Requirements
- PHP 7.4 or higher
- Laravel 7.0 or higher
Installation
You can install the package via composer, this will give you access to the blade components:
If you want to use the SVG or PNG files directly, you'll need to publis them directly.
All Files
SVG Files
All PNG Files
Black PNG Files
White PNG Files
Updating
General steps for every update:
- Run
php artisan view:clear
- If you published the raw icons run one of the above installations commands, eg
php artisan vendor:publish --provider="AdzChappers\IconicappForLaravel\ServiceProvider" --force
Usage
Iconic icons can be used with a self-closing Blade component, which will be compiled to an SVG:
You can also pass a class, style, or stroke color (any or all) into the component:
The icons can also be used in their raw format (svg, or png)
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- AdzChappers
- All Contributors
License
The MIT License (MIT). Please see License File for more information.