echr / laravel-favicon-generator
Laravel Favicon Generator
Installs: 7 956
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Requires
- ext-json: *
- ext-zip: *
- guzzlehttp/guzzle: ^6.3
- laravel/framework: 5.5.*|5.6.*|5.7.*|5.8.*
- spatie/temporary-directory: ^1.1
This package is auto-updated.
Last update: 2025-02-25 17:50:51 UTC
README
Laravel Favicon Generator provides an easy way to generate a package of icons (for different platforms and resolutions) and include them into your template. This packages uses realfavicongenerator.net under the hood.
Installation
You can install this package via composer using this command:
composer require echr/laravel-favicon-generator
The package will automatically register itself.
You can publish the config file with:
php artisan vendor:publish --tag="favicon-generator-config"