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
0.0.2
2018-05-12 16:23 UTC
Requires (Dev)
- matthewbdaly/artisan-standalone: 0.0.*
- mockery/mockery: ~1.0
- orchestra/testbench: 3.5
- orchestra/testbench-browser-kit: ~3.5
- phpunit/phpunit: ^6.3
- psy/psysh: 0.8.*
- satooshi/php-coveralls: ^1.0
- sebastian/phpcpd: ^3.0
- squizlabs/php_codesniffer: ^3.1
This package is auto-updated.
Last update: 2024-10-28 07:49:43 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