make-it-app/laravel-favicon-extractor

A favicon extractor for Laravel

v1.0.0.4 2024-01-19 09:13 UTC

This package is auto-updated.

Last update: 2024-04-19 13:16:19 UTC


README

FORKED FROM

https://github.com/stefanbauer/laravel-favicon-extractor

Diff with original

  • Removed Laravel 5.5-7 legacy. Laravel 8+ only
  • Adapted to PHP 8+
  • There is an undercut, but it's not critical

Installation

composer require make-it-app/laravel-favicon-extractor
php artisan vendor:publish --provider="MakeIT\LaravelFaviconExtractor\FaviconExtractorServiceProvider" --tag="config"

Usage

See /src/FaviconExtractorHelper.php class.

LICENSE MIT