User activity log manager. All kind of database activity will be
composer require phgov/auditlog
Register the provider in your boostrap app file bootstrap/app.php
Add the following line in the "Register Service Providers" section at the bottom of the file.
$app->register(\phGov\Auditlog\LogtrackerServiceProvider::class);
For facades, uncomment $app->withFacades();
in your boostrap app file bootstrap/app.php
php artisan migrate
use Logtrackerable
The phGov Detector is open-sourced software licensed under the MIT license.