From ef05a44112fd94f030184207c59b6cace0a0dda0 Mon Sep 17 00:00:00 2001 From: MICHAELACH Date: Mon, 18 Dec 2023 09:13:31 -0800 Subject: [PATCH] feat(readme): Set up packagist --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 07ffe35..edff4b2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![Latest Version on Packagist](https://img.shields.io/packagist/v/michaelachrisco/readonly.svg?style=flat-square)](https://packagist.org/packages/michaelachrisco/readonly) + + # Laravel 5+ Read Only Models The read only trait removes the ability to save, delete or modify Laravel models. Ideally, this would be used in addition to DB permissions to ensure users and developers cannot write to a Legacy system.