PHPackages                             morrislaptop/laravel-pulse-4xx - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. morrislaptop/laravel-pulse-4xx

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

morrislaptop/laravel-pulse-4xx
==============================

Laravel Pulse Card for 4XX responses like validation, auth and not found

v0.4.0(3mo ago)25106.3k↓21%3MITPHPPHP ^8.2CI passing

Since Dec 7Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/morrislaptop/laravel-pulse-4xx)[ Packagist](https://packagist.org/packages/morrislaptop/laravel-pulse-4xx)[ Docs](https://github.com/morrislaptop/laravel-pulse-4xx)[ RSS](/packages/morrislaptop-laravel-pulse-4xx/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (6)Dependencies (28)Versions (7)Used By (0)

[![4XX requests for Laravel Pulse](/art/screenshot.png)](/art/screenshot.png)

Laravel Pulse Card for 4XX responses like validation, auth and not found
========================================================================

[](#laravel-pulse-card-for-4xx-responses-like-validation-auth-and-not-found)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0b421da2b2f5bd840c0b32b5fdad88410bd9c26b964ac4c3e8c850db368ec3ec/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6f727269736c6170746f702f6c61726176656c2d70756c73652d3478782e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/morrislaptop/laravel-pulse-4xx)[![GitHub Tests Action Status](https://camo.githubusercontent.com/267f1272a055a2e5bbc07a564eea7f2f090e8a25e142b15a352301b3dff6213d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d6f727269736c6170746f702f6c61726176656c2d70756c73652d3478782f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/morrislaptop/laravel-pulse-4xx/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/19779947ea750a260aa93683d6923f4891db47398fe19c7fbec4029a3a6fdf0f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d6f727269736c6170746f702f6c61726176656c2d70756c73652d3478782f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/morrislaptop/laravel-pulse-4xx/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/4f945cd9bfcc6210d34170557e6e9ed20891c797e582045b6a9e149ce38f73ca/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6f727269736c6170746f702f6c61726176656c2d70756c73652d3478782e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/morrislaptop/laravel-pulse-4xx)

Laravel Pulse Card for 4XX responses like validation, auth and not found.

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

[](#installation)

You can install the package via composer:

```
composer require morrislaptop/laravel-pulse-4xx
```

Register the recorder
---------------------

[](#register-the-recorder)

Add the `FourXxRecorder` to the `config/pulse.php` file.

```
return [
    // ...

    'recorders' => [
        Morrislaptop\LaravelPulse4xx\FourXxRecorder::class => [
            'enabled' => env('PULSE_4XX_ENABLED', true),
            'sample_rate' => env('PULSE_4XX_SAMPLE_RATE', 1),
            'ignore' => [
                '#^/wp-admin#', // Classic WordPress...
                '#^/wp-login#',
                '#^/wp-config#',
                '#^/xmlrpc\.php#',
                '#^/browserconfig\.xml#', // Microsoft junk
            ],
        ],

        // ...
    ]
]
```

Add to your dashboard
---------------------

[](#add-to-your-dashboard)

To add the card to the Pulse dashboard, you must first [publish the vendor view](https://laravel.com/docs/10.x/pulse#dashboard-customization).

```
php artisan vendor:publish --tag=pulse-dashboard
```

Then, add the card to your `resources/views/vendor/pulse/dashboard.php`:

```

```

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)

- [Craig Morris](https://github.com/morrislaptop)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

50

—

FairBetter than 95% of packages

Maintenance82

Actively maintained with recent releases

Popularity42

Moderate usage in the ecosystem

Community14

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 77.8% 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 ~169 days

Recently: every ~212 days

Total

6

Last Release

90d ago

PHP version history (2 changes)v0.0.1PHP ^8.1

v0.1.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/ecf933ed5c8b3e08c1880734166cb32d9e66eb50b01bb91ff74018c3e4b61058?d=identicon)[morrislaptop](/maintainers/morrislaptop)

---

Top Contributors

[![morrislaptop](https://avatars.githubusercontent.com/u/67807?v=4)](https://github.com/morrislaptop "morrislaptop (14 commits)")[![laravel-shift](https://avatars.githubusercontent.com/u/15991828?v=4)](https://github.com/laravel-shift "laravel-shift (2 commits)")[![onlime](https://avatars.githubusercontent.com/u/2759561?v=4)](https://github.com/onlime "onlime (1 commits)")[![RobertBoes](https://avatars.githubusercontent.com/u/2871897?v=4)](https://github.com/RobertBoes "RobertBoes (1 commits)")

---

Tags

laravel-pulselaravelCraig Morrislaravel-pulse-4xx

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/morrislaptop-laravel-pulse-4xx/health.svg)

```
[![Health](https://phpackages.com/badges/morrislaptop-laravel-pulse-4xx/health.svg)](https://phpackages.com/packages/morrislaptop-laravel-pulse-4xx)
```

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k39](/packages/spatie-laravel-passkeys)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M101](/packages/dedoc-scramble)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[wnx/laravel-backup-restore

A package to restore database backups made with spatie/laravel-backup.

213421.2k2](/packages/wnx-laravel-backup-restore)

PHPackages © 2026

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