red-ray/index-prevention
Composer 安装命令:
composer require red-ray/index-prevention
包简介
This package allows preventing indexing of a website during development
关键字:
README 文档
README
Publish assets
php artisan vendor:publish --provider="RedRay\IndexPrevention\RedRayIndexPreventionProvider"
Set .env variable
...
SHOULD_PREVENT_INDEX=true
...
Add the middleware to app/Http/Kernel.php
protected $middlewareGroups = [
'web' => [
...
\RedRay\IndexPrevention\Middleware\PreventContentIndex::class
...
],
];
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-03-05