File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Install using [Composer](http://getcomposer.org):
6
6
7
7
``` bash
8
8
$ composer require cloudcreativity/laravel-json-api
9
- $ composer require --dev cloucdreativity /json-api-testing
9
+ $ composer require --dev cloudcreativity /json-api-testing
10
10
```
11
11
12
12
This package's service provider and facade will be automatically added using package discovery. You will
@@ -18,7 +18,7 @@ Install using [Composer](http://getcomposer.org):
18
18
19
19
``` bash
20
20
$ composer require cloudcreativity/laravel-json-api
21
- $ composer require --dev cloucdreativity /json-api-testing
21
+ $ composer require --dev cloudcreativity /json-api-testing
22
22
```
23
23
24
24
Add the package service provider to your ` config/app.php ` providers array.
You can’t perform that action at this time.
0 commit comments