coderello/laravel-favicon-generator

Laravel Favicon Generator

This package's canonical repository appears to be gone and the package has been frozen as a result.

0.0.4 2019-03-24 20:20 UTC

This package is auto-updated.

Last update: 2019-10-24 21:56:47 UTC


README

Laravel Favicon Generator

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 coderello/laravel-favicon-generator

The package will automatically register itself.

You can publish the config file with:

php artisan vendor:publish --tag="favicon-generator-config"