You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -23,7 +23,7 @@ A set of Laravel API service providers.
23
23
## Installation
24
24
25
25
```bash
26
-
composer require eugenefvdm/api-collection
26
+
composer require eugenefvdm/api-framework
27
27
```
28
28
29
29
## Publish the configuration file
@@ -128,7 +128,7 @@ vendor/bin/pest
128
128
129
129
## Design philosophy
130
130
131
-
APIs can be hard. Reading documentation is a drag. And what if you only want to use a few calls? Do you really have to learn everything? This library collection gives you the power of many APIs in one package. It's minimalist and uses Laravel's facades for easy access.
131
+
APIs can be hard. Reading documentation is a drag. And what if you only want to use a few calls? Do you really have to learn everything? This framework gives you the power of many APIs in one package. It's minimalist and uses Laravel's facades for easy access.
132
132
Each call is tested using stubs which doubles as a handy reference.
0 commit comments