marksihor / laravel-log-model-actions
Laravel Log Model Actions.
Package info
github.com/marksihor/laravel-log-model-actions
pkg:composer/marksihor/laravel-log-model-actions
dev-main
2023-02-14 08:10 UTC
Requires
- php: ^7.1|^8.0
- chelout/laravel-relationship-events: *
This package is auto-updated.
Last update: 2026-03-14 15:01:17 UTC
README
Installing
composer require marksihor/laravel-log-model-actions
Migrations
php artisan vendor:publish --provider="MarksIhor\\LogModelActions\\LogModelActionsServiceProvider" --tag=migrations
Usage
- Run the migration.
- Use Logable trait (MarksIhor\LogModelActions\Logable) in the model You need to log actions.
- Done.
License
MIT