vcian/laravel-word-refiner
最新稳定版本:v2.0.0
Composer 安装命令:
composer require vcian/laravel-word-refiner
包简介
Word refining from laravel collection data
README 文档
README
The Laravel Word Refiner package helps you to refine any words from your collection data.
Installation
You can install the package via composer:
composer require vcian/laravel-word-refiner
After installation, You need to publish the config file for this package. This will add the file config/refiner.php, where you can add extra word which you want to deprecate from your collection data.
php artisan vendor:publish
Usage
Use this helper function to refine collection data value.
refiner(collect(['key' => 'value'])); //It will remove deprecated word from your value.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security-related issues, please email vishal@viitorcloud.com or ruchit.patel@viitor.cloud instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 245
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 25
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-04-27