Download the PHP package halimzidoune/laravel-postman-api without Composer
On this page you can find all versions of the php package halimzidoune/laravel-postman-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download halimzidoune/laravel-postman-api
More information about halimzidoune/laravel-postman-api
Files in halimzidoune/laravel-postman-api
Package laravel-postman-api
Short Description This package allow to export all API routes from your laravel project to be used in postman and make tests manualy.
License MIT
Homepage https://github.com/halimzidoune/laravel-postman-api
Informations about the package laravel-postman-api
Export Laravel API Routes into a postman Collection.
With this command: php artisan routes:export collection_name
, a json file will be generated and can be imported from postman, for a good separation between the API modules, folders and subfolders tree will be generated , this division is based on the paths of the urls.
In POST
and PUT
Methods, if the controller action use a FormRequest, all rules attributes will be extracted and created in postman body request.

Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Usage
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- zidoune halim
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-postman-api with dependencies
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^10.0