alexis-gss/laravel-activity-logs

Log activities on models in Laravel project.

1.0.0 2024-12-13 13:52 UTC

This package is auto-updated.

Last update: 2024-12-13 13:53:17 UTC


README

Banner of the github account

GitHub latest commit Packagist Version Packagist Downloads GitHub License

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

Compatibility

Frameworks, Platforms and Libraries

PHP Laravel Gitbook

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.