scchethu/laravel-postman-generator

There is no license information available for the latest version (1.0.2) of this package.

Generate Postman collection from Laravel routes

Installs: 21

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/scchethu/laravel-postman-generator

1.0.2 2025-12-02 07:50 UTC

This package is not auto-updated.

Last update: 2025-12-17 06:11:10 UTC


README

Laravel Version Packagist License Status PRs Welcome

A lightweight package that automatically generates a Postman Collection (v2.1) from your Laravel routes, making API documentation effortless and consistent.

If you build APIs in Laravel, this tool saves hours of manual Postman setup.
Just run one command → import JSON → done!

🌟 Features

  • 🔍 Scans all registered Laravel routes
  • 📄 Generates Postman Collection v2.1
  • ⚙ Supports custom collection name & domain
  • 🗂 Uses Postman's {{base_url}} variable
  • 📂 Configurable output folder & filename
  • 🎯 One-command usage
  • ⚡ Zero configuration required to start

📦 Installation

Install via Composer

composer require scchethu/laravel-postman-generator