dcyilmaz/file-monitor
最新稳定版本:v1.0.8
Composer 安装命令:
composer require dcyilmaz/file-monitor
包简介
You know if your project has been hacked by checking your files.
README 文档
README
File Monitor is a Laravel package that allows you to monitor file changes within your application. It helps in keeping track of modifications, creations of files.
Installation
You can install the package via Composer:
Install package
composer require dcyilmaz/file-monitor
Register provider in bootstrap/providers.php
Dcyilmaz\FileMonitor\FileMonitorServiceProvider::class,
Install file_records table
php artisan migrate
Scan all files
php artisan file-monitor:check --init
You should see this kind of writing.
You can then scan and check your files at any time with this command
php artisan file-monitor:check
This is how you can see your scan results
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-07-08