Looking to hire Laravel developers? Try LaraJobs

laravel-log-model-actions maintained by marksihor

Description
Laravel Log Model Actions.
Author
Last update
2023/02/14 09:10 (dev-main)
License
Links
Downloads
1 630

Comments
comments powered by Disqus

laravel-log-model-actions

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