musti / laravel-postman
Laravel API to postman collection
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/musti/laravel-postman
Requires
- php: ^8.0
- illuminate/config: *
- illuminate/console: *
- illuminate/routing: *
README
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