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

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

marvinwank/laravel-view-debug
=============================

Debug Laravel views

v0.2.0(4y ago)04MITPHP

Since Apr 16Pushed 4y agoCompare

[ Source](https://github.com/MarvinWank/laravel-view-debug)[ Packagist](https://packagist.org/packages/marvinwank/laravel-view-debug)[ GitHub Sponsors](https://github.com/jasonvarga)[ RSS](/packages/marvinwank-laravel-view-debug/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (3)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.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.9% 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 ~566 days

Total

2

Last Release

1648d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/marvinwank-laravel-view-debug/health.svg)](https://phpackages.com/packages/marvinwank-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)[pixelfear/laravel-view-debug

Debug Laravel views

162.9k](/packages/pixelfear-laravel-view-debug)

PHPackages © 2026

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