headerx / buku-icons
# Installs over 50,000 icons. From https://blade-ui-kit.com/blade-icons
Fund package maintenance!
headerx
Installs: 1 191
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Requires
- calebporzio/sushi: >=2.0
- caseyamcl/toc: >=3.0
- illuminate/contracts: >=8.37
- league/commonmark: >=1
- livewire/livewire: ^3.0
- spatie/laravel-package-tools: >=1.4.3
- spatie/laravel-responsecache: >=7.2
Requires (Dev)
- brianium/paratest: ^6.4
- nunomaduro/collision: ^6.1
- orchestra/testbench: ^7.1
- phpunit/phpunit: ^9.5
- spatie/laravel-ray: ^1.29
- vimeo/psalm: ^4.21
README
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.