laravel-log-model-actions maintained by marksihor
Description
Laravel Log Model Actions.
Author
Last update
2023/02/14 09:10
(dev-main)
License
Downloads
1 630
laravel-log-model-actions
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