Skip to content

Commit

Permalink
Merge pull request #103 from erikn69/patch-5
Browse files Browse the repository at this point in the history
Fix tests bagde
  • Loading branch information
freekmurze authored Jan 16, 2023
2 parents 9ab6814 + 140a414 commit cc862f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Add schemaless attributes to Eloquent models

[![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/laravel-schemaless-attributes.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-schemaless-attributes)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/spatie/laravel-schemaless-attributes/run-tests?label=tests)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/spatie/laravel-schemaless-attributes/run-tests.yml?branch=main&label=Tests)
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-schemaless-attributes.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-schemaless-attributes)

Wouldn't it be cool if you could have a bit of the spirit of NoSQL available in Eloquent? This package does just that. It provides a trait that when applied on a model, allows you to store arbitrary values in a single JSON column.
Expand Down

0 comments on commit cc862f5

Please sign in to comment.