Recommend this page to a friend! |
Classes of Clement Sam | Laravel Routes to Postman Collection Generator | README.md | Download |
|
DownloadLaravel Routes to Postman Collection GeneratorThis package automatically generates postman collection from laravel api/web routes with just a single command Postman SchemaSupports postman collection Schema v2.1.0 InstallationInstall this bundle through Composer:
Add the PostmanCollectionServiceProvider to providers in the config/app.php
UsageTo generate collection for api routes, run
This will generate a To generate collection for web routes, run
This will generate a Change OptionsBy default, the url is set to
|