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
13
Install
composer require matthewbdaly/laravel-devheader
Latest Version:0.0.2
License:MIT
Last Updated:May 12, 2018
Links: GitHub  ·  Packagist
Maintainer: 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.

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

Related Packages

jlcd/api-cielo30-laravel

Laravel Provider for Cielo's 3.0 API

224,633 17
nilportugues/laravel5-json-api-dingo

Laravel5 JSONAPI and Dingo together to build APIs fast

1,498 30
laravel/lumen-framework

The Laravel Lumen Framework.

27,147,877 1,506