alexis-gss / laravel-activity-logs
Log activities on models in Laravel project.
Requires
- php: ^7.3|^8.0
- illuminate/support: ^8.0|^9.0|^10.0|^11.0|^12.0
- laravel/framework: ^8.0|^9.0|^10.0|^11.0|^12.0
Requires (Dev)
- larastan/larastan: ^2.9
- phpstan/phpstan: ^1.11
- slevomat/coding-standard: ^8.3
- squizlabs/php_codesniffer: ^3.7
This package is auto-updated.
Last update: 2025-09-25 19:51:32 UTC
README
Introduction
Laravel Activity Logs is package to log activities on models in Laravel project.
Table of contents
- Introduction
- Table of contents
- Compatibility
- Frameworks, Platforms and Libraries
- Documentation
- Contributing
- Changelog
- Copyright and License
Compatibility
Version | Laravel 8^ | Laravel 9^ | Laravel 10^ | Laravel 11^ | Laravel 12^ |
---|---|---|---|---|---|
v2.0.0 | ✅ | ✅ | ✅ | ✅ | ✅ |
v1.0.0 | ✅ | ✅ | ✅ | ✅ | ❌ |
Frameworks, Platforms and Libraries
Documentation
You can find all the documentation of this package on this link : Laravel Activity Logs documentation.
Contributing
Create a task
You can create a new issue with a specific templates : bug or feature.
Once your code is working, please run the following commands composer run phpcs
, composer run phpstan
to verify that your code is following the same coding standards (in all cases, there is github actions that check this part).
Fixing a Bug
When fixing a bug please make sure to test it in several browsers. If you are not able to do so, mention that in a PR comment, so other contributors can do it.
Proposing a Change
When implementing a feature please create an issue first explaining your idea and asking whether there's need for such a feature. Remember the script's core philosophy is to stay simple and minimal, doing one thing and doing it right.
Changelog
Latest version v2.0.0.
See the CHANGELOG.md file for details.
Copyright and License
Laravel Activity Logs was written by Alexis Gousseau.
Copyright (c) 2024 and beyond Alexis Gousseau.