PHPackages                             juddling/laravel-runtime-errors - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. juddling/laravel-runtime-errors

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

juddling/laravel-runtime-errors
===============================

Catch errors before runtime in your Laravel project

0.4.2(7y ago)61.1k1PHPPHP &gt;=7.1

Since Jan 20Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Juddling/laravel-runtime-errors)[ Packagist](https://packagist.org/packages/juddling/laravel-runtime-errors)[ RSS](/packages/juddling-laravel-runtime-errors/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (10)Used By (0)

Laravel Runtime Errors
----------------------

[](#laravel-runtime-errors)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/7e0c7da76fec237343cc69128863293f4b28e618c458ebd7327cd0961f25b934/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4a7564646c696e672f6c61726176656c2d72756e74696d652d6572726f72732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Juddling/laravel-runtime-errors/?branch=master)

This package parses your Laravel project, and finds errors before they occur in production.

The following artisan commands are added:

```
runtime-errors
  runtime-errors:dd                             Flags all calls to the dd() function
  runtime-errors:route-calls                    Checks your route calls to see if they map to a registered named route
  runtime-errors:route-definitions              Checks your route definitions to see if they point to an existing controller action
  runtime-errors:view-calls                     Checks your view calls to see if they map to a file that exists

```

Example output:

[![Example output](resources/example-output.png)](resources/example-output.png)

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

[](#installation)

```
composer require --dev juddling/laravel-runtime-errors

```

### Laravel Version &lt;= 5.4

[](#laravel-version--54)

Add the service provider to `config/app.php`:

```
\Juddling\RouteChecker\RouteCheckerServiceProvider::class,

```

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

[](#contributing)

Install from source:

```
composer update juddling/laravel-runtime-errors --prefer-source

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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 ~34 days

Recently: every ~47 days

Total

7

Last Release

2879d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2891373?v=4)[James Judd](/maintainers/Juddling)[@Juddling](https://github.com/Juddling)

---

Top Contributors

[![karlos-e3](https://avatars.githubusercontent.com/u/29777003?v=4)](https://github.com/karlos-e3 "karlos-e3 (1 commits)")

### Embed Badge

![Health badge](/badges/juddling-laravel-runtime-errors/health.svg)

```
[![Health](https://phpackages.com/badges/juddling-laravel-runtime-errors/health.svg)](https://phpackages.com/packages/juddling-laravel-runtime-errors)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[laravel/ai

The official AI SDK for Laravel.

1.0k2.1M163](/packages/laravel-ai)[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M154](/packages/spatie-laravel-health)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

721160.4k12](/packages/tallstackui-tallstackui)[laravel/surveyor

Static analysis tool for Laravel applications.

8690.3k12](/packages/laravel-surveyor)[zidbih/laravel-deadlock

Make temporary Laravel workarounds expire and fail CI when ignored.

984.0k](/packages/zidbih-laravel-deadlock)

PHPackages © 2026

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