We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a6607 commit ad932f2Copy full SHA for ad932f2
README.md
@@ -67,10 +67,10 @@ Accept: application/json
67
## Installation
68
First, run: `composer require ejetar/api-response-formatter`
69
70
-After, add `Ejetar\ApiResponseFormatter\App\Providers\AppServiceProvider::class` in `providers` array in `config/app.php` file.
+After, add `Ejetar\ApiResponseFormatter\Providers\AppServiceProvider::class` in `providers` array in `config/app.php` file.
71
72
## Get started
73
-To start using this package is very simple, just call Middlware `response_formatter` in your `routes/api.php` file.
+To start using this package is very simple, just call Middlware `api-response-formatter` in your `routes/api.php` file.
74
75
As in the following example:
76
```php
0 commit comments