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

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

founderz/laravel-debug-view-names
=================================

Add HTML comments to indicate where views start and end

v1.4(9mo ago)11.2k[1 issues](https://github.com/FounderzSchool/laravel-debug-view-names/issues)MITPHPCI failing

Since Aug 25Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/FounderzSchool/laravel-debug-view-names)[ Packagist](https://packagist.org/packages/founderz/laravel-debug-view-names)[ RSS](/packages/founderz-laravel-debug-view-names/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (5)Versions (9)Used By (0)

laravel-debug-view-names
========================

[](#laravel-debug-view-names)

Automatically add comments to indicate where a view starts and ends in rendered HTML in development mode. Works for any rendered view: it will apply to the root view, `@include`d subviews, and components, at any level of nesting.

Considering this Blade component at `resources/views/components/container.blade.php`:

```

```

The rendered output will be the following, with comments indicating where each component/view starts and ends:

```

```

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

[](#installation)

You can install this package through composer:

```
composer require founderz/laravel-debug-view-names
```

Limitations
-----------

[](#limitations)

The wrapping comments are emitted around every rendered view, including views rendered inside `` or `` tags and views used as JSON, XML or plain-text responses (e.g. emails, API payloads). HTML comments are not valid in those contexts and can break the output. The package only activates in the configured environments (default: `local`) precisely so this can't reach production — keep that list narrow.

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance56

Moderate activity, may be stable

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity45

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

Recently: every ~100 days

Total

6

Last Release

276d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/157783586?v=4)[annie-founderz](/maintainers/annie-founderz)[@annie-founderz](https://github.com/annie-founderz)

---

Top Contributors

[![annie-founderz](https://avatars.githubusercontent.com/u/157783586?v=4)](https://github.com/annie-founderz "annie-founderz (14 commits)")[![alexrmafounderz](https://avatars.githubusercontent.com/u/184087521?v=4)](https://github.com/alexrmafounderz "alexrmafounderz (2 commits)")[![alexrma](https://avatars.githubusercontent.com/u/12765394?v=4)](https://github.com/alexrma "alexrma (1 commits)")[![paugm](https://avatars.githubusercontent.com/u/13300485?v=4)](https://github.com/paugm "paugm (1 commits)")

###  Code Quality

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[tallstackui/tallstackui

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

725172.4k14](/packages/tallstackui-tallstackui)[illuminate/console

The Illuminate Console package.

13046.0M6.5k](/packages/illuminate-console)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[hasinhayder/tyro-dashboard

Tyro Dashboard - Beautiful admin dashboard for managing Tyro roles, privileges, users, and settings

5443.8k](/packages/hasinhayder-tyro-dashboard)

PHPackages © 2026

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