PHPackages                             ebergsma/404-monitor - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. ebergsma/404-monitor

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

ebergsma/404-monitor
====================

Monitor 404 pages within Laravel Pulse

v1.6(1y ago)01.5k↓50%MITPHPPHP ^8.3

Since Mar 29Pushed 1y agoCompare

[ Source](https://github.com/ebergsma/404-monitor)[ Packagist](https://packagist.org/packages/ebergsma/404-monitor)[ Docs](https://github.com/ebergsma/404-monitor)[ RSS](/packages/ebergsma-404-monitor/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (9)Versions (3)Used By (0)

[![404 Monitor for Laravel Pulse](/404-monitor.png)](/404-monitor.png)

Track 404 errors in Laravel Pulse
=================================

[](#track-404-errors-in-laravel-pulse)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c5239e8d879deaf03a1a75ba9e96a28fd7c6909310d6f560bb920533d4046efc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f67656f777267657475646f722f3430342d6d6f6e69746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/geowrgetudor/404-monitor)[![GitHub Tests Action Status](https://camo.githubusercontent.com/70b0817c870e43c7a362db8d954e18816521316bb149bf1f0aac017f07fb897f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f67656f777267657475646f722f3430342d6d6f6e69746f722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/geowrgetudor/404-monitor/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/0d771954ab3235a975125ccacd54e6ff354e99caec4782159fe5cd9cfd138d3a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f67656f777267657475646f722f3430342d6d6f6e69746f722f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/geowrgetudor/404-monitor/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/5ec76db7470d136aa87ded896542d6a29f9118bcb91f76bb9ecde7da7bbb153a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f67656f777267657475646f722f3430342d6d6f6e69746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/geowrgetudor/404-monitor)

This is a Laravel Pulse package that allows you to track 404 errors.

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

[](#installation)

You can install the package via composer:

```
composer require ebergsma/404-monitor
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="404-monitor-views"
```

Usage
-----

[](#usage)

Register the recorder in `config/pulse.php`. (If you don't have this file make sure you have published the config file of Laravel Pulse using `php artisan vendor:publish --tag=pulse-config`)

```
return [
    // ...

    'recorders' => [
        // Existing recorders...

        \Geow\NotFoundMonitor\Recorders\NotFoundRecorder::class => [
            'enabled' => true,
            'ignore' => [
                // Ignore specific urls (regex supported)
            ],
        ]
    ]
]

```

Publish Laravel Pulse `dashboard.blade.php` view using `php artisan vendor:publish --tag=pulse-dashboard`

Then you can modify the file and add the 404-monitor livewire template.

```

```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [George Tudor](https://github.com/geowrgetudor)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance46

Moderate activity, may be stable

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 64.7% 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 ~0 days

Total

2

Last Release

409d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/95bac43e3bda9d03611221aaead1f1891e703c6b3847b97d5716e1610179fbeb?d=identicon)[Managoresh](/maintainers/Managoresh)

---

Top Contributors

[![geowrgetudor](https://avatars.githubusercontent.com/u/7842657?v=4)](https://github.com/geowrgetudor "geowrgetudor (11 commits)")[![ebergsma](https://avatars.githubusercontent.com/u/8735644?v=4)](https://github.com/ebergsma "ebergsma (4 commits)")[![timacdonald](https://avatars.githubusercontent.com/u/24803032?v=4)](https://github.com/timacdonald "timacdonald (2 commits)")

---

Tags

laravelpulse404-monitor

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/ebergsma-404-monitor/health.svg)

```
[![Health](https://phpackages.com/badges/ebergsma-404-monitor/health.svg)](https://phpackages.com/packages/ebergsma-404-monitor)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[spatie/laravel-slack-alerts

Send a message to Slack

3212.6M4](/packages/spatie-laravel-slack-alerts)[geowrgetudor/404-monitor

Monitor 404 pages within Laravel Pulse

2530.4k](/packages/geowrgetudor-404-monitor)[keepsuit/laravel-opentelemetry

OpenTelemetry integration for laravel

142347.8k](/packages/keepsuit-laravel-opentelemetry)[spatie/laravel-error-share

Share your Laravel errors to Flare

43965.6k3](/packages/spatie-laravel-error-share)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)

PHPackages © 2026

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