Skip to content

An Activity Logger for Laravel Eloquent models.

License

Notifications You must be signed in to change notification settings

neuecommerce/activity-logger

Repository files navigation

Activity Logger for Laravel

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.

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages