Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
imanghafoori1 authored Dec 12, 2023
1 parent 90a2157 commit 7504b25
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ Mock your eloquent queries without the repository pattern.
[![Required Laravel Version][ico-laravel]][link-packagist]
<a href="https://packagist.org/packages/imanghafoori/eloquent-mockery" rel="nofollow"><img src="https://camo.githubusercontent.com/ff110760ba1d6de9119c4599aee70aa0d65137c1a8fcffe539912f723da66b9d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f696d616e676861666f6f72692f6c61726176656c2d6d6963726f73636f70653f636f6c6f723d253233383839324246267374796c653d666c61742d737175617265266c6f676f3d706870" alt="Required PHP Version" data-canonical-src="https://img.shields.io/packagist/php-v/imanghafoori/eloquent-mockery?color=%238892BF&amp;style=flat-square&amp;logo=php" style="max-width: 100%;"></a>
[![tests](https://github.com/imanghafoori1/eloquent-mockery/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/imanghafoori1/eloquent-mockery/actions/workflows/tests.yml)
[![Imports](https://github.com/imanghafoori1/eloquent-mockery/actions/workflows/imports.yml/badge.svg?branch=master)](https://github.com/imanghafoori1/eloquent-mockery/actions/workflows/imports.yml)
<a href="https://github.com/imanghafoori1/eloquent-mockery/blob/main/LICENSE"><img src="https://camo.githubusercontent.com/d885b3999bb863974fb67118174bb0402d089a89/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d726f756e642d737175617265" alt="Software License" data-canonical-src="https://img.shields.io/badge/license-MIT-blue.svg?style=round-square" style="max-width:100%;"></a>

### Why this package was invented?
- It solves the problem of "slow tests" by removing the interactions with a real database.
- It simplifies the process of writing and running tests, since your tests will be "DB Independent".
- It simplifies the process of writing and running tests since your tests will be "DB Independent".

## Installation
You can **install** the package via composer:
You can **install** the package via Composer:
```bash
composer require imanghafoori/eloquent-mockery --dev dev-main
```
Expand Down

0 comments on commit 7504b25

Please sign in to comment.