AdminActivityLogModel
extends Model
in package
uses
Sortable, HasFactory
Admin Activity Log Model
This model manages administrative activity logging and audit trails for the system. It stores detailed logs of admin actions, module access, and security events for monitoring, compliance, and security auditing purposes.
Table of Contents
Properties
- $fillable : array<string|int, string>
- The attributes that are mass assignable.
Methods
- __construct() : void
- Create a new AdminActivityLogModel instance.
Properties
$fillable
The attributes that are mass assignable.
protected
array<string|int, string>
$fillable
= ['log_id', 'admin_id', 'module_name', 'activity_name', 'accessed_date', 'ip_address', 'created_at', 'updated_at']
Methods
__construct()
Create a new AdminActivityLogModel instance.
public
__construct() : void
Sets the table name from configuration constants.