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
- laravel/framework: ^8.0|^9.0|^10.0|^11.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: 2024-12-13 13:53:17 UTC
README
Introduction
Laravel Activity Logs is, as its name suggests, a package to test specified actions in a Laravel project like authentification, CRUDs, views and more.
Table of contents
- Introduction
- Table of contents
- Compatibility
- Frameworks, Platforms and Libraries
- Documentation
- Contributing
- Changelog
- Copyright and License
Compatibility
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 ./vendor/bin/phpstan
, ./vendor/bin/phpcs
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 v1.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.