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 8917ca4 commit e8021d2Copy full SHA for e8021d2
README.md
@@ -20,7 +20,7 @@ Require this package with composer using the following command:
20
```sh
21
$ composer require mpociot/laravel-apidoc-generator
22
```
23
-Go to your `config/app.php` and add the service provider:
+Using Laravel < 5.5? Go to your `config/app.php` and add the service provider:
24
25
```php
26
Mpociot\ApiDoc\ApiDocGeneratorServiceProvider::class,
0 commit comments