Looking to hire Laravel developers? Try LaraJobs

laravel-devheader maintained by matthewbdaly

Description
Laravel middleware that adds a header to the page when not in production so you don't mix up dev, staging and production environments
Author
Last update
2018/05/12 18:23 (dev-master)
License
Links
Downloads
13
Tags

Comments
comments powered by Disqus

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