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 7504b25 commit 991edbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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)
[![Imports](https://github.com/imanghafoori1/eloquent-mockery/actions/workflows/imports.yml/badge.svg?branch=main)](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?
Expand All @@ -20,7 +20,7 @@ composer require imanghafoori/eloquent-mockery --dev dev-main
```

## Usage:
First you have to define a new connection in your `config/database.php` and set the driver to 'arrayDB'.
First, you have to define a new connection in your `config/database.php` and set the driver to 'arrayDB'.

```php
<?php
Expand Down

0 comments on commit 991edbc

Please sign in to comment.