Merge pull request #55 from michaelachrisco/54-add-description-nicetiesshines-onto-this-repo

Add badges to README
This commit is contained in:
Michael Chrisco 2023-12-18 09:27:45 -08:00 committed by GitHub
commit bb92b3f675
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,8 @@
[![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 # Laravel 5+ Read Only Models
The read only trait removes the ability to save, delete or modify Laravel 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. Ideally, this would be used in addition to DB permissions to ensure users and developers cannot write to a Legacy system.