Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 446 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 446 Bytes

Laravel Postman Routes

Make you Laravel application APIs Postman documentation a breeze.

Installation

Configuration

API Key

First of all you will need to generate Postman API key.

Check this official manual.

Console Commands

Testing

  • Setup POSTMAN_API_KEY environment variable.
  • Run ./vendor/bin/phpunit command.