Thanks to visit codestin.com
Credit goes to github.com

Skip to content

duran004/FileMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Monitor

Total Downloads

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.

image

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

image image

About

You know if your project has been hacked by checking your files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages