Recommend this page to a friend! |
Classes of Clement Sam | > | Laravel Routes to Postman Collection Generator | > | composer.json | > | Download |
|
![]() |
{ "name": "profclems/postman-collection-generator", "description": "A package that automatically generate postman collection from laravel api/web routes", "type": "library", "license": "MIT", "authors": [ { "name": "Clement Sam", "email": "clementsam75@gmail.com" } ], "autoload": { "psr-4": { "Profclems\\PostmanCollectionGenerator\\": "src/" } }, "minimum-stability": "dev", "require": { "php": ">=7", "ext-json": "*" } } |