laravel-postman maintained by musti
LaravelPostman
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