marksihor / laravel-log-model-actions
Laravel Log Model Actions.
Installs: 1 626
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^7.1|^8.0
- chelout/laravel-relationship-events: *
This package is auto-updated.
Last update: 2024-10-14 11:54:31 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