neuecommerce / activity-logger
An Activity Logger for Laravel Eloquent models.
Fund package maintenance!
neuecommerce
Requires
- php: ^8.2
- illuminate/database: ^10.0
- illuminate/support: ^10.0
- neuecommerce/model-casts: dev-main
Requires (Dev)
- neuecommerce/coding-standards: dev-main
- orchestra/testbench: ^8.0
- pestphp/pest: ^2.13
- phpunit/phpunit: ^10.0
This package is auto-updated.
Last update: 2025-03-15 22:46:04 UTC
README
An Activity Logger for Laravel Eloquent models.
Installation
- Install the package via Composer:
composer require neuecommerce/activity-logger
- Publish the migrations (optional):
php artisan vendor:publish --tag="neuecommerce-addresses-migrations"
- Publish the configuration file (optional):
php artisan vendor:publish --tag="neuecommerce-activity-logger-config"
- Run the migrations:
php artisan migrate
Implementation
...
Usage
...
Testing
composer test
Contributing
Thank you for your interest. Here are some of the many ways to contribute.
- Check out our contributing guide
- Look at our code of conduct
License
The MIT License (MIT). Please see License File for more information.