neuecommerce/activity-logger

An Activity Logger for Laravel Eloquent models.

dev-main / 1.0.x-dev 2023-08-15 18:12 UTC

This package is auto-updated.

Last update: 2024-05-15 20:32:16 UTC


README

GitHub Tests Action Status GitHub Code Analysis Action Status Software License Latest Version on Packagist Total Downloads

An Activity Logger for Laravel Eloquent models.

Installation

  1. Install the package via Composer:
composer require neuecommerce/activity-logger
  1. Publish the migrations (optional):
php artisan vendor:publish --tag="neuecommerce-addresses-migrations"
  1. Publish the configuration file (optional):
php artisan vendor:publish --tag="neuecommerce-activity-logger-config"
  1. Run the migrations:
php artisan migrate

Implementation

...

Usage

...

Testing

composer test

Contributing

Thank you for your interest. Here are some of the many ways to contribute.

License

The MIT License (MIT). Please see License File for more information.