| 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-10-27 03:07:15 |
| Package Statistics | |
|---|---|
| Total Downloads: | 12 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Laravel middleware that adds a header to the page when not in production so you don't mix up dev, staging and production environments.
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