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 3w ago

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

38

—

LowBetter than 83% of packages

Maintenance42

Moderate activity, may be stable

Popularity26

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

492d 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://avatars.githubusercontent.com/u/105211?v=4)[Jason Varga](/maintainers/jasonvarga)[@jasonvarga](https://github.com/jasonvarga)

---

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

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.7M223](/packages/backpack-crud)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)[binarybuilds/laritor-client

The official Laritor client for Laravel. Stream traces, exceptions, queries, jobs, and more to your Laritor dashboard in under 30 seconds.

1746.2k](/packages/binarybuilds-laritor-client)

PHPackages © 2026

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