txsoura/activity-log

Txsoura Activity Log - Simple lib to save eloquent model logs

0.0.1 2024-03-21 04:37 UTC

This package is auto-updated.

Last update: 2024-05-21 05:14:00 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.