PHP code example of geek-dc / laravel-sensitive
1. Go to this page and download the library: Download geek-dc/laravel-sensitive library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
geek-dc / laravel-sensitive example snippets
Sensitive::match($content);
shell
php artisan vendor:publish --provider="GeekDC\Sensitive\LaravelSensitiveProvider"
shell
php artisan migrate