From 6efb74454e67cbb5f6ee621ffbde4f765428f2eb Mon Sep 17 00:00:00 2001 From: Darius Matulionis Date: Thu, 26 Mar 2020 11:33:54 +0200 Subject: [PATCH] Lumen 7 support --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 120f9cc..899ba13 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,6 @@ add this line in `Register Service Providers` section: $app->register(\SwaggerLume\ServiceProvider::class); ``` - - Run `php artisan swagger-lume:publish-config` to publish configs (`config/swagger-lume.php`) - Make configuration changes if needed - Run `php artisan swagger-lume:publish` to publish everything @@ -90,7 +89,6 @@ Migrate from 2.0 to 3.0 or 5.5 - Run `swagger-lume:publish` to publish new swagger-ui view and configuration - Edit your `config/swagger-lume.php` file - Swagger-php ====================== The actual Swagger spec is beyond the scope of this package. All SwaggerLume does is package up swagger-php and swagger-ui in a Laravel-friendly fashion, and tries to make it easy to serve. For info on how to use swagger-php [look here](http://zircote.com/swagger-php/). For good examples of swagger-php in action [look here](https://github.com/zircote/swagger-php/tree/master/Examples/petstore.swagger.io).