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 d85d5ca commit 5532c4bCopy full SHA for 5532c4b
README.md
@@ -19,11 +19,6 @@ Automatically generate your API documentation from your existing Laravel/Lumen/[
19
```sh
20
$ composer require mpociot/laravel-apidoc-generator:dev-master
21
```
22
-Using Laravel < 5.5? Go to your `config/app.php` and add the service provider:
23
-
24
-```php
25
-Mpociot\ApiDoc\ApiDocGeneratorServiceProvider::class,
26
-```
27
28
Then publish the config file by running:
29
0 commit comments