Download the PHP package magarrent/laravel-favicon-generator without Composer
On this page you can find all versions of the php package magarrent/laravel-favicon-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download magarrent/laravel-favicon-generator
More information about magarrent/laravel-favicon-generator
Files in magarrent/laravel-favicon-generator
Package laravel-favicon-generator
Short Description Generate and render favicons from Images
License MIT
Homepage https://github.com/magarrent/favicon-generator
Informations about the package laravel-favicon-generator
Generate favicons from Images
Installation
You can install the package via composer:
Usage
To use your own image and convert it to the different favicons versions, use these methods. This will generate a "favicon" folder to your public_path with the different favicons formats and versions. Will also generate some XML and webmanifest according to the web standards.
Use this methods in your own scenario, when you upload the image, or just a console command, whatever.
Just write your input path and optionally the public output path.
If you don't specify the output (2nd param), the favicons will be saved in public/favicons
Once you generated the icons, just write these line into your <head>
section of your HTML
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Roadmap
- Tests
- Generate icons from Image class, not from String path
Contributing
Please see CONTRIBUTING for details.
Credits
- Marc Garcia Torrent
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-favicon-generator with dependencies
spatie/laravel-package-tools Version ^1.13.0
intervention/image Version ^2.7
illuminate/contracts Version ^9.0