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-11-15 15:10:48 |
Package Statistics | |
---|---|
Total Downloads: | 11 |
Monthly Downloads: | 2 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 3 |
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