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.