PHPackages                             pixelfear/laravel-view-debug - 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. pixelfear/laravel-view-debug

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

pixelfear/laravel-view-debug
============================

Debug Laravel views

v3.0.0(1y ago)162.9k2MITPHPCI passing

Since Apr 16Pushed 1y ago1 watchersCompare

[ Source](https://github.com/pixelfear/laravel-view-debug)[ Packagist](https://packagist.org/packages/pixelfear/laravel-view-debug)[ GitHub Sponsors](https://github.com/jasonvarga)[ RSS](/packages/pixelfear-laravel-view-debug/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (2)Versions (8)Used By (0)

Laravel View Debug
==================

[](#laravel-view-debug)

Adds HTML comments to the start and end of each view, so you can more easily keep track of what's being used.

[Inspired by this feature request.](https://github.com/statamic/ideas/issues/139)

Example
-------

[](#example)

You may have a Blade file like this:

```
My view file

    @include('sub-view')

More stuff

```

It will be rendered like this:

```

My view file

    Sub view

More stuff

```

Of course, since they are HTML comments, it will look no different unless you view the source.

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

[](#installation)

You can install the package via composer:

```
composer require pixelfear/laravel-view-debug --dev
```

Usage
-----

[](#usage)

This package will be enabled while your app is in debug mode.

Livewire
--------

[](#livewire)

This package will conflict with Livewire because it would result in components having more than a single root node.

###  Health Score

39

—

LowBetter than 85% of packages

Maintenance46

Moderate activity, may be stable

Popularity25

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 93.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 ~355 days

Recently: every ~302 days

Total

6

Last Release

437d ago

Major Versions

v0.2.0 → v1.0.02022-11-08

v1.0.0 → v2.0.02023-07-24

v2.1.0 → v3.0.02025-02-25

### Community

Maintainers

![](https://www.gravatar.com/avatar/9438fee7f6e8c043056c273ed3e445c9d92c525e91604b425d5df2d26cbca517?d=identicon)[pixelfear](/maintainers/pixelfear)

---

Top Contributors

[![jasonvarga](https://avatars.githubusercontent.com/u/105211?v=4)](https://github.com/jasonvarga "jasonvarga (15 commits)")[![duncanmcclean](https://avatars.githubusercontent.com/u/19637309?v=4)](https://github.com/duncanmcclean "duncanmcclean (1 commits)")

### Embed Badge

![Health badge](/badges/pixelfear-laravel-view-debug/health.svg)

```
[![Health](https://phpackages.com/badges/pixelfear-laravel-view-debug/health.svg)](https://phpackages.com/packages/pixelfear-laravel-view-debug)
```

###  Alternatives

[fruitcake/laravel-telescope-toolbar

Toolbar for Laravel Telescope based on Symfony Web Profiler

8041.6M3](/packages/fruitcake-laravel-telescope-toolbar)[laracraft-tech/laravel-xhprof

Easy XHProf setup to profile your laravel application!

235321.4k](/packages/laracraft-tech-laravel-xhprof)[spatie/laravel-artisan-dd

Run dd from your commandline

16387.7k1](/packages/spatie-laravel-artisan-dd)[bavix/laravel-xhprof

Quick profiling of your code for Laravel

22156.6k](/packages/bavix-laravel-xhprof)

PHPackages © 2026

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