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
9
0
3
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: 2024-04-26 03:14:15
Package Statistics
Total Downloads: 9
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 3
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