matthewbdaly/laravel-devheader
Composer 安装命令:
composer require 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
README 文档
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
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-05-12