Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 780 Bytes

readme.md

File metadata and controls

25 lines (16 loc) · 780 Bytes

Laravel Dredd OpenAPI v3 Documentation Verification

Install Dependencies

  • composer install
  • npm install

Verify the docs

  • Migrate the db (SQLITE): php artisan migrate
  • Serve the test site: php artisan serve
  • Verify and build the docs using Dredd: ./bin/docs-test.sh

Docs

Docs built using Redoc

  • npm install --production=false
  • ./node_modules/.bin/redoc-cli serve documentation/v1/swagger_v2.json

View docs at http://127.0.0.1:8080