headerx/buku-icons

# Installs over 50,000 icons. From https://blade-ui-kit.com/blade-icons
1,331 1
Install
composer require headerx/buku-icons
Latest Version:v2.0.2
License:MIT
Last Updated:Jun 27, 2024
Links: GitHub  ·  Packagist
Maintainer: inmanturbo

Installs over 50,000 icons.

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads


All I've done is make a package from the icon portion of Blade UI Kit website, which incidentally can be used to set up icon relationships in your Eloquent models.

Installation

You can install the package via composer:

composer require headerx/buku-icons

You can publish and run the migrations with:

php artisan vendor:publish --provider="HeaderX\BukuIcons\BukuIconsServiceProvider" --tag="buku-icons-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --provider="HeaderX\BukuIcons\BukuIconsServiceProvider" --tag="buku-icons-config"

This is the contents of the published config file:

<?php

return [
    'route_prefix' => '/blade-icons',

    'middleware' => [
        'web',
    ],

    'db_connection' => env('DB_CONNECTION', 'mysql'),
];

Usage

Publish migrate and import in one step

php artisan buku-icons:install

Or publish configuration and migrations and migrate manually, then run

php artisan buku-icons:import

run artisan serve then visit http://localhost:8000/blade-icons and see over 50,000 icons searchable with livewire!

See https://github.com/blade-ui-kit/blade-ui-kit.com for more info.

If you like this package and want to make a donation, please visit https://github.com/sponsors/driesvints.

I personally am not accepting donations at this time, thank you.

Testing

composer test

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

License

The MIT License (MIT). Please see License File for more information.

Related Packages

clntdev/blade-payment-icons

Laravel Blade components for SVG credit card and payment icons

1,852 0
blade-ui-kit/blade-icons

A package to easily make use of icons in your Laravel Blade views.

53,030,297 2,485
codeat3/blade-clarity-icons

A package to easily make use of Clarity Icons in your Laravel Blade views.

176,391 1
codeat3/blade-fontisto-icons

A package to easily make use of Fontisto Icons in your Laravel Blade views.

111,476 1
codeat3/blade-coolicons

A package to easily make use of Coolicons in your Laravel Blade views.

58,103 3