musti/laravel-postman

Laravel API to postman collection

1.0.0 2023-10-28 23:17 UTC

This package is auto-updated.

Last update: 2024-04-29 00:16:58 UTC


README

Generic badge

Description

This package will take your Laravel Api Routes and turn them into a structured Postman collection v2.1 with fields

Requirements

  • Laravel 9+ (Only tested on laravel 9)

Installation

Install via composer

 composer require musti/laravel-postman

Publish configuration file

php artisan vendor:publish --tag=laravel-postman-config

Usage

Export routes

php artisan laravel:export

The output path is defined in the configuration file