Download the PHP package galter/laravel-postman-export-onepulse without Composer
On this page you can find all versions of the php package galter/laravel-postman-export-onepulse. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download galter/laravel-postman-export-onepulse
More information about galter/laravel-postman-export-onepulse
Files in galter/laravel-postman-export-onepulse
Download galter/laravel-postman-export-onepulse
More information about galter/laravel-postman-export-onepulse
Files in galter/laravel-postman-export-onepulse
Vendor galter
Package laravel-postman-export-onepulse
Short Description Export your Laravel routes to a Postman collection .json file
License MIT
Homepage https://github.com/galter/LaravelPostmanExportOnePulse
Package laravel-postman-export-onepulse
Short Description Export your Laravel routes to a Postman collection .json file
License MIT
Homepage https://github.com/galter/LaravelPostmanExportOnePulse
Please rate this library. Is it a good library?
Informations about the package laravel-postman-export-onepulse
Laravel Postman export
Updates:
- It's a Package created with Dingo Router to OnePulse internal use. Fork and rewrite as you wish.
- 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-onepulse with dependencies
PHP Build Version
Package Version
The package galter/laravel-postman-export-onepulse contains the following files
Loading the files please wait ....