txsoura/activity-log

Txsoura Activity Log - Simple lib to save eloquent model logs

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/txsoura/activity-log

0.0.1 2024-03-21 04:37 UTC

This package is auto-updated.

Last update: 2025-12-21 08:45:37 UTC


README

This project, is a simple Laravel library, to save eloquent model logs.

Installation

You can install the package via composer:

composer require txsoura/activity-log

Next, you should publish the Activity Log provider using Artisan command. The activitlog configuration file will be placed in your application's config directory:

php artisan vendor:publish --provider="Txsoura\ActivityLog\Providers\ActivityLogServiceProvider"

Finally, you should run your database migrations. Activity Log will create one database table called activity_logs:

php artisan migrate

Documentation

See the WIKI for documentation.

License

This project is under MIT license. Go to LICENSE for more details.