Skip to content

Commit

Permalink
Lumen 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaOnLine committed Mar 26, 2020
1 parent f2a915a commit 6efb744
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit 6efb744

Please sign in to comment.