Skip to content

Commit d1af31e

Browse files
author
Quentin Schmick
authored
Update README.md
Adding code climate badge
1 parent cf27da6 commit d1af31e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/always-open/laravel-model-auditlog.svg?style=flat-square)](https://packagist.org/packages/always-open/laravel-model-auditlog)
44
[![Build Status](https://img.shields.io/github/workflow/status/always-open/laravel-model-auditlog/tests?style=flat-square)](https://github.com/always-open/laravel-model-auditlog/actions?query=workflow%3Atests)
55
[![Total Downloads](https://img.shields.io/packagist/dt/always-open/laravel-model-auditlog.svg?style=flat-square)](https://packagist.org/packages/always-open/laravel-model-auditlog)
6+
[![Maintainability](https://api.codeclimate.com/v1/badges/67a16a2e16e938f73304/maintainability)](https://codeclimate.com/github/always-open/laravel-model-auditlog/maintainability)
67

78
When modifying a model record, it is nice to have a log of the changes made and who made those changes. There are many packages around this already, but this one is different in that it logs those changes to individual tables for performance and supports real foreign keys.
89

0 commit comments

Comments
 (0)