소스 검색

Update README.md

Shalvah A 6 년 전
부모
커밋
5532c4bac8
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      README.md

+ 0 - 5
README.md

@@ -19,11 +19,6 @@ Automatically generate your API documentation from your existing Laravel/Lumen/[
 ```sh
 $ composer require mpociot/laravel-apidoc-generator:dev-master
 ```
-Using Laravel < 5.5? Go to your `config/app.php` and add the service provider:
-
-```php
-Mpociot\ApiDoc\ApiDocGeneratorServiceProvider::class,
-```
 
 Then publish the config file by running: