scchethu / laravel-postman-generator
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
This package is not auto-updated.
Last update: 2025-12-17 06:11:10 UTC
README
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