Looking to hire Laravel developers? Try LaraJobs

laravel-postman maintained by musti

Description
Laravel API to postman collection
Author
Last update
2023/10/29 01:17 (dev-main)
License
Links
Downloads
31

Comments
comments powered by Disqus

LaravelPostman

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