PHPackages                             mike-bronner/laravel-appleseed - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. mike-bronner/laravel-appleseed

ActiveLibrary

mike-bronner/laravel-appleseed
==============================

Prevent the pesky missing-favicon error log entries, and return 404 if they don't exist.

0.2.1(10y ago)3001[1 PRs](https://github.com/mike-bronner/laravel-appleseed/pulls)MITPHPPHP &gt;=5.5.9

Since Nov 11Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/mike-bronner/laravel-appleseed)[ Packagist](https://packagist.org/packages/mike-bronner/laravel-appleseed)[ GitHub Sponsors](https://github.com/mikebronner)[ RSS](/packages/mike-bronner-laravel-appleseed/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

Appleseed for Laravel
=====================

[](#appleseed-for-laravel)

[![Appleseed for Laravel masthead image.](https://repository-images.githubusercontent.com/46007656/88c36100-f297-11e9-8bb9-c0917e799f0f)](https://repository-images.githubusercontent.com/46007656/88c36100-f297-11e9-8bb9-c0917e799f0f)

[![Join the chat at https://gitter.im/GeneaLabs/laravel-appleseed](https://camo.githubusercontent.com/5140ba2cee5e0b7b1a1be813938969f6c878c57dfee8a89e8ceb5a20c7dae907/68747470733a2f2f6261646765732e6769747465722e696d2f47656e65614c6162732f6c61726176656c2d6170706c65736565642e737667)](https://gitter.im/GeneaLabs/laravel-appleseed?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[![Build Status](https://camo.githubusercontent.com/0d615220e80d33424d00b21863fbff9dd0182f5e0f252e450d3939662ffa0296/68747470733a2f2f7472617669732d63692e6f72672f47656e65614c6162732f6c61726176656c2d6170706c65736565642d74657374732e737667)](https://travis-ci.org/GeneaLabs/laravel-appleseed-tests) [![Coverage Status](https://camo.githubusercontent.com/0c4f13d278a1962150f7186d95ead92ff5bf89918ec5930d22f9a202c5ec3f42/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f47656e65614c6162732f6c61726176656c2d6170706c65736565642d74657374732f62616467652e7376673f6272616e63683d6d617374657226736572766963653d676974687562)](https://coveralls.io/github/GeneaLabs/laravel-appleseed-tests?branch=master)

Reasoning
---------

[](#reasoning)

Eliminate error and server log entries that get thrown by missing favicons, especially the apple-touch-icon.png errors.

Considerations
--------------

[](#considerations)

If you are seeing errors in your server logs, its for a reason: favicons are custom representations of your site, and its probably good to implemented them. This just provides a better user experience for the various devices and browsers that want them.

However, there are times when we just don't want to deal with this, and are spinning up in-house or small experimental projects that won't be used publicly like that. That's what this package is for. Simply add it via composer, and add middleware entry as describe below, and it will return 404s for the missing favicons without cluttering your logs.

### Dependencies

[](#dependencies)

- Your project should be running Laravel 5+.

Installation
------------

[](#installation)

1. Install Laravel Appleseed via composer:

```
composer require genealabs/laravel-appleseed
```

2. Add the middleware entry in `app/Http/Kernel.php` directly after the maintenance mode middleware:

```
/*
    protected $middleware = [
        \Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode::class,
*/
        \GeneaLabs\LaravelAppleseed\Http\Middleware\FaviconInterceptor::class,
/*
        [...]
    ];
*/
```

Usage
-----

[](#usage)

That was it! It will inspect each route for favicon requests and handle it appropriately.

Credits
-------

[](#credits)

Jesse Leite (@jesseleite85) provided lots of ideas and input on making this happen. Thanks!

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance59

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

3

Last Release

3830d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4374bfc5d8583aa8c25c5080f1fcfaf09027822f47724ba6b64abc564945c80a?d=identicon)[mikebronner](/maintainers/mikebronner)

---

Top Contributors

[![mikebronner](https://avatars.githubusercontent.com/u/1791050?v=4)](https://github.com/mikebronner "mikebronner (9 commits)")

---

Tags

error-messagesfaviconslaravelpackage

### Embed Badge

![Health badge](/badges/mike-bronner-laravel-appleseed/health.svg)

```
[![Health](https://phpackages.com/badges/mike-bronner-laravel-appleseed/health.svg)](https://phpackages.com/packages/mike-bronner-laravel-appleseed)
```

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
