2017 © Pedro Peláez
 

library laravel-apidoc

Generates a Postman Collection of all your routes

image

nicolaskuster/laravel-apidoc

Generates a Postman Collection of all your routes

  • Friday, May 4, 2018
  • by nicolaskuster
  • Repository
  • 1 Watchers
  • 0 Stars
  • 60 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 233 % Grown

The README.md

Generate memorable passwords in a Laravel app

Generate a postman collection and a markdown file of all your routes. To map HTTP-Bodys an validation rules to the output you have to use FormRequests., (*1)

Installation

You can install the package via composer:, (*2)

composer require nicolaskuster/laravel-apidoc

You can publish the config-file with:, (*3)

php artisan vendor:publish --provider="Nicolaskuster\ApiDoc\Providers\ApiDocServiceProvider"

Register the Service Provider in app/Providers/AppServiceProvider.php

    public function register()
    {
        if ($this->app->environment() === 'local') {
            $this->app->register(\Nicolaskuster\ApiDoc\Providers\ApiDocServiceProvider::class);
        }
    }

Usage

php artisan api:doc

The Versions

04/05 2018

dev-master

9999999-dev https://github.com/nicolaskuster/laravel-apidoc

Generates a Postman Collection of all your routes

  Sources   Download

MIT

The Requires

 

by Nicolas Kuster

laravel api documentation postman

04/05 2018

v1.0.1

1.0.1.0 https://github.com/nicolaskuster/laravel-apidoc

Generates a Postman Collection of all your routes

  Sources   Download

MIT

The Requires

 

by Nicolas Kuster

laravel api documentation postman

04/05 2018

v1.0.0

1.0.0.0 https://github.com/nicolaskuster/laravel-apidoc

Generates a Postman Collection of all your routes

  Sources   Download

MIT

The Requires

 

by Nicolas Kuster

laravel api documentation postman