Skip to content

Commit 2de0603

Browse files
author
Jakub Gawron
committed
Change the names to fit the repo
1 parent dfe357b commit 2de0603

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Laravel HTTP Resources
1+
# Laravel Resourceful
22

3-
Package that helps you use Eloquent API Resources without killing your database! Say goodbye to N+1 :wave:
3+
Package that helps you use Laravel API Resources without killing your database! Say goodbye to N+1 :wave:
44

55

66
## The Problem
@@ -83,7 +83,7 @@ This package fixes all those problems and makes the N+1 problem within your API
8383
using composer:
8484

8585
```bash
86-
composer require netsells/laravel-http-resources
86+
composer require netsells/laravel-resourceful
8787
```
8888

8989

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "netsells/laravel-http-resources",
2+
"name": "netsells/laravel-resourceful",
33
"description": "Laravel API Resources supercharged to get rid of N+1 problems.",
44
"type": "library",
55
"license": "MIT",
@@ -13,6 +13,10 @@
1313
{
1414
"name": "Jakub Gawron",
1515
"email": "[email protected]"
16+
},
17+
{
18+
"name": "Sam Jordan",
19+
"email": "[email protected]"
1620
}
1721
],
1822
"require": {

0 commit comments

Comments
 (0)