Download the PHP package yasin_tgh/laravel-postman without Composer
On this page you can find all versions of the php package yasin_tgh/laravel-postman. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yasin_tgh/laravel-postman
More information about yasin_tgh/laravel-postman
Files in yasin_tgh/laravel-postman
Package laravel-postman
Short Description A powerful package to automatically generate Postman collections from your Laravel routes with intelligent organization and rich documentation capabilities.
License MIT
Informations about the package laravel-postman
Laravel Postman Documentation Generator
Automatically generate Postman collections from your Laravel API routes with flexible organization and authentication support.
Features
- Generate Postman collections with one command
- Automatic request body generation from FormRequest validation rules
- Multiple organization strategies (route prefix, controller, nested paths)
- Built-in authentication support (Bearer, Basic Auth, API Keys)
- Customizable route filtering
- Environment variable support for sensitive data
Installation
Install via Composer:
Publish the config file:
Basic Usage
Generate documentation:
The collection will be saved to: storage/postman/api_collection.json
Configuration Guide
Route Organization
Choose how routes are grouped in Postman:
Route Filtering
Control which routes are included:
Authentication Setup
Document your API authentication:
Output Configuration
Authentication Examples
Bearer Token
Basic Auth
API Key
Environment Variables
Use .env
values for sensitive data:
Output Example
Generated Postman collection will:
- Group routes by your chosen strategy
- Apply authentication to protected routes
- Include all configured headers
- Use variables for base URL and auth credentials
🤝 Contributing
Pull requests are welcome! For major changes, please open an issue first.
License
MIT
All versions of laravel-postman with dependencies
illuminate/support Version ^10.0|^11.0|^12.0
symfony/console Version ^6.0|^7.0