marksihor/laravel-log-model-actions

Laravel Log Model Actions.

dev-main 2023-02-14 08:10 UTC

This package is auto-updated.

Last update: 2024-04-14 10:30:12 UTC


README

Installing

 composer require marksihor/laravel-log-model-actions

Migrations

php artisan vendor:publish --provider="MarksIhor\\LogModelActions\\LogModelActionsServiceProvider" --tag=migrations

Usage

  1. Run the migration.
  2. Use Logable trait (MarksIhor\LogModelActions\Logable) in the model You need to log actions.
  3. Done.

License

MIT