Scan CLI
Scan CLI
The package exposes php artisan pii:scan for operator-driven inspection.
File
stdin
Raw samples
php artisan pii:scan storage/logs/laravel.log --pretty
cat sample.txt | php artisan pii:scan --from=stdin
php artisan pii:scan sample.txt --show-samples
By default, samples are masked. Use raw samples only during controlled local forensics.