From 540a4307b9d3ec46dd598b6703a958a87c1e7876 Mon Sep 17 00:00:00 2001 From: Matteo Milesi Date: Sat, 10 Jun 2023 15:44:10 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 27cfd03..a0d28a7 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,20 @@ # Sofa/Eloquence -[![GitHub Tests Action Status](https://github.com/jarektkaczyk/eloquence-base/workflows/Tests/badge.svg)](https://github.com/jarektkaczyk/eloquence-base/actions?query=workflow%3Atests+branch%3Amaster) [![Coverage Status](https://coveralls.io/repos/jarektkaczyk/eloquence-base/badge.svg)](https://coveralls.io/r/jarektkaczyk/eloquence-base) [![Code Quality](https://scrutinizer-ci.com/g/jarektkaczyk/eloquence-base/badges/quality-score.png)](https://scrutinizer-ci.com/g/jarektkaczyk/eloquence-base) [![Downloads](https://poser.pugx.org/sofa/eloquence-base/downloads)](https://packagist.org/packages/sofa/eloquence-base) [![stable](https://poser.pugx.org/sofa/eloquence-base/v/stable.svg)](https://packagist.org/packages/sofa/eloquence-base) +[![stable](https://poser.pugx.org/fattureincloud/eloquence-base/v/stable.svg)](https://packagist.org/packages/fattureincloud/eloquence-base) Easy and flexible extensions for the [Eloquent ORM](https://laravel.com/docs/eloquent). Currently available extensions: -1. [Base - Searchable](https://github.com/jarektkaczyk/eloquence-base) query - crazy-simple fulltext search through any related model -1. [Validable](https://github.com/jarektkaczyk/eloquence-validable) - self-validating models -2. [Mappable](https://github.com/jarektkaczyk/eloquence-mappable) -map attributes to table fields and/or related models -3. [Metable](https://github.com/jarektkaczyk/eloquence-metable) - meta attributes made easy -4. [Mutable](https://github.com/jarektkaczyk/eloquence-mutable) - flexible attribute get/set mutators with quick setup -5. [Mutator](https://github.com/jarektkaczyk/eloquence-mutable) - pipe-based mutating +1. [Base - Searchable](https://github.com/fattureincloud/eloquence-base) query - crazy-simple fulltext search through any related model +2. [Mappable](https://github.com/fattureincloud/eloquence-mappable) -map attributes to table fields and/or related models ## Installation ```bash -composer require sofa/eloquence-base +composer require fattureincloud/eloquence-base ``` -**Check the [documentation](https://github.com/jarektkaczyk/eloquence/wiki) for installation and usage info, [website](http://softonsofa.com/tag/eloquence/) for examples and [API reference](http://jarektkaczyk.github.io/eloquence-api)** - ## Contribution Shout out to all the Contributors!