feat(readme): Set up packagist

This commit is contained in:
MICHAELACH 2023-12-18 09:13:31 -08:00
parent a75456016e
commit ef05a44112

View file

@ -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.