matthewbdaly / laravel-devheader by matthewbdaly

Laravel middleware that adds a header to the page when not in production so you don't mix up dev, staging and production environments
12
0
2
Package Data
Maintainer Username: matthewbdaly
Maintainer Contact: matthewbdaly@gmail.com (Matthew Daly)
Package Create Date: 2018-05-12
Package Last Update: 2018-05-12
Language: PHP
License: MIT
Last Refreshed: 2025-07-29 03:09:59
Package Statistics
Total Downloads: 12
Monthly Downloads: 1
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

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.

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