Word refining from laravel collection data
vcian/laravel-word-refiner is a Laravel package for word refining from laravel collection data.
It currently has 25 GitHub stars and 245 downloads on Packagist (latest version v2.0.0).
Install it with composer require vcian/laravel-word-refiner.
Discover more Laravel packages by vcian
or browse all Laravel packages to compare alternatives.
Last updated
The Laravel Word Refiner package helps you to refine any words from your collection data.
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
Use this helper function to refine collection data value.
refiner(collect(['key' => 'value'])); //It will remove deprecated word from your value.
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security-related issues, please email [email protected] or [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.