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.