matthewbdaly/laravel-devheader

Laravel middleware that adds a header to the page when not in production so you don't mix up dev, staging and production environments

Maintainers

Package info

github.com/matthewbdaly/laravel-devheader

pkg:composer/matthewbdaly/laravel-devheader

Statistics

Installs: 13

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.0.2 2018-05-12 16:23 UTC

This package is auto-updated.

Last update: 2026-02-28 10:30:00 UTC


README

Laravel middleware that adds a header to the page when not in production so you don't mix up dev, staging and production environments.

How do I use it?

Install it like this:

$ composer require matthewbdaly/laravel-devheader

Then include the middleware in the web group in app/Http/Kernel.php:

Matthewbdaly\LaravelDevheader\Http\Middleware\DevHeader::class