dcyilmaz / file-monitor
You know if your project has been hacked by checking your files.
v1.0.8
2024-07-09 01:24 UTC
Requires
- php: ^7.3|^8.0
- laravel/framework: ^10.0|^11.0
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