Download the PHP package udartsev/laravel-postman-export without Composer
On this page you can find all versions of the php package udartsev/laravel-postman-export. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download udartsev/laravel-postman-export
More information about udartsev/laravel-postman-export
Files in udartsev/laravel-postman-export
Download udartsev/laravel-postman-export
More information about udartsev/laravel-postman-export
Files in udartsev/laravel-postman-export
Vendor udartsev
Package laravel-postman-export
Short Description Export your Laravel routes to a Postman collection .json file
License MIT
Homepage https://github.com/udartsev/LaravelPostmanExport
Package laravel-postman-export
Short Description Export your Laravel routes to a Postman collection .json file
License MIT
Homepage https://github.com/udartsev/LaravelPostmanExport
Please rate this library. Is it a good library?
Informations about the package laravel-postman-export
Laravel Postman export
Updates:
- Postman collection scheme
- Artisan consol commands
- Can post project URL address via console
- Basic file name change to postman_collection.json
- Exporting @descriptions / @desc / @des
- Exporting @params
Installation
Install via composer:
Add the service provider to your providers
array in config/app.php
That's all!
Usage
This will create a postman_collection.json
inside your storage/app
folder. You are free to change the name of the file by specifying the filename as follows:
phpdoc Code rules
@var
`class Foo { /**
- @var string $name Should contain a description
- @var string $description Should contain a description */ protected $name, $description; }`
@param
` /**
- Counts the number of items in the provided array.
- @param mixed[] $items Array structure to count the elements of.
- @return int Returns the number of elements. */ function count(array $items) { <...> } `
@return
`/**
- @return integer Indicates the number of items. */ function count() { <...> }`
@description
All versions of laravel-postman-export with dependencies
PHP Build Version
Package Version
Requires
ramsey/uuid Version
^3
The package udartsev/laravel-postman-export contains the following files
Loading the files please wait ....