Download the PHP package lukasmu/laravel-favicon without Composer
On this page you can find all versions of the php package lukasmu/laravel-favicon. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lukasmu/laravel-favicon
More information about lukasmu/laravel-favicon
Files in lukasmu/laravel-favicon
Package laravel-favicon
Short Description Add pretty favicons to your Laravel application on the fly
License MIT
Homepage https://github.com/lukasmu/laravel-favicon
Informations about the package laravel-favicon
Add pretty favicons to your Laravel application on the fly
This package can be used to quickly generate customized and high-quality favicons for your Laravel application. The images are generated on the fly for different platforms and display resolutions. Usage is super simple and just requires including a view in your templates (see below).
Please note that this package is based on beyondcode/laravel-favicon but serves a completely different purpose.
Installation
You can install the package via composer:
Usage
To add the icons to your site include the view in the head section of your blade view(s).
Customization
You can publish the config file with:
Feel free to set the appropriate environmental variables (or edit the config file) in order to customize the favicons.
Testing
You can run all tests via composer as well:
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Postcardware
You are free to use this package, but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown. The address is: Lukas Müller, Dirklangendwarsstraat 5, 2611HZ Delft, The Netherlands.
License
The MIT License (MIT). Please see LICENSE for more information.
All versions of laravel-favicon with dependencies
ext-gd Version *
intervention/image Version ^2.4.2
laravel/framework Version ^6.0|^7.0|^8.0|^9.0|^10.0