geek-dc/laravel-sensitive

There is no license information available for the latest version (1.1.1) of this package.

1.1.1 2024-06-13 07:23 UTC

This package is auto-updated.

Last update: 2025-06-13 09:44:13 UTC


README

Sensitive Fliter for Laravel5 based on geek-dc/laravel-sensitive.

Install

composer require geek-dc/laravel-sensitive

For Laravel

Add config

php artisan vendor:publish --provider="GeekDC\Sensitive\LaravelSensitiveProvider"

Execute database migration

php artisan migrate

Usage

Using facade:

Sensitive::match($content); 

License

MIT