From ef05a44112fd94f030184207c59b6cace0a0dda0 Mon Sep 17 00:00:00 2001 From: MICHAELACH Date: Mon, 18 Dec 2023 09:13:31 -0800 Subject: [PATCH 1/3] 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. From 5669af1d2916757523c3a23771fb464a72cdd575 Mon Sep 17 00:00:00 2001 From: michaelachrisco Date: Mon, 18 Dec 2023 09:22:36 -0800 Subject: [PATCH 2/3] feat(readme): set up circleci status --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index edff4b2..af36571 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![Latest Version on Packagist](https://img.shields.io/packagist/v/michaelachrisco/readonly.svg?style=flat-square)](https://packagist.org/packages/michaelachrisco/readonly) +[![CircleCI](https://circleci.com/gh/michaelachrisco/ReadOnlyTraitLaravel.svg?style=shield)](https://app.circleci.com/pipelines/github/michaelachrisco/ReadOnlyTraitLaravel) # Laravel 5+ Read Only Models From 030b3bf516da84f4472b463a7a85631286e90d26 Mon Sep 17 00:00:00 2001 From: michaelachrisco Date: Mon, 18 Dec 2023 09:24:15 -0800 Subject: [PATCH 3/3] feat(readme): Number of downloads --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af36571..825da4a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ [![Latest Version on Packagist](https://img.shields.io/packagist/v/michaelachrisco/readonly.svg?style=flat-square)](https://packagist.org/packages/michaelachrisco/readonly) [![CircleCI](https://circleci.com/gh/michaelachrisco/ReadOnlyTraitLaravel.svg?style=shield)](https://app.circleci.com/pipelines/github/michaelachrisco/ReadOnlyTraitLaravel) +[![Total Downloads](https://img.shields.io/packagist/dt/michaelachrisco/readonly.svg?style=flat-square)](https://packagist.org/packages/michaelachrisco/readonly) # Laravel 5+ Read Only Models