gr-group/grsupport

GR 支持包

1.1.4 2017-12-24 12:04 UTC

This package is not auto-updated.

Last update: 2024-09-29 05:01:07 UTC


README

GR Group 技术公司项目使用的支持包

安装

执行以下 composer 命令。

composer require gr-group/grsupport

在 config/app.php 文件中注册服务提供者。
如果你使用的是 L5.5+,则不需要

'providers' => [
	...
	GRGroup\GRSupport\GRSupportServiceProvider::class,
]

如何使用中间件从全局请求中清理 HTML 字符串

此中间件使用了 Purifier 包。

现在,在 app/Http/Kernel.php 文件中

protected $middleware = [
	...
	\GRGroup\GRSupport\Middleware\CleanHtmlStrings::class,
];

方法、辅助函数和 Blade 指令

方法

辅助函数

Blade 指令