poldixd/laravel-strip-tags
最新稳定版本:1.0.0
Composer 安装命令:
composer require poldixd/laravel-strip-tags
包简介
README 文档
README
Warning
Package is abandoned. Please use the Laravel native method: https://laravel.com/docs/10.x/strings#method-fluent-str-strip-tags
Use strip_tags() in fluent strings
With this package you can use strip_tags() in laravel fluent strings.
str('<p>This is a sentence</p>')->stripTags(); // Output: This is a sentence
Installation
First, install the package via composer:
composer require poldixd/laravel-strip-tags
The package will automatically register itself.
Changelog
Please see CHANGELOG for more information what has changed recently.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 1.12k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-08-18