2017 © Pedro Peláez
 

library laravel-apidoc-generator

Generate beautiful API documentation from your Laravel application

image

mpociot/laravel-apidoc-generator

Generate beautiful API documentation from your Laravel application

  • Wednesday, January 3, 2018
  • by mpociot
  • Repository
  • 50 Watchers
  • 1457 Stars
  • 286,906 Installations
  • PHP
  • 8 Dependents
  • 0 Suggesters
  • 236 Forks
  • 117 Open issues
  • 33 Versions
  • 18 % Grown

The README.md

Laravel API Documentation Generator

Automatically generate your API documentation from your existing Laravel/Lumen/Dingo routes., (*1)

php artisan apidoc:generate, (*2)

Latest Stable VersionTotal Downloads License codecov.io Scrutinizer Code Quality Build Status StyleCI, (*3)

Installation

PHP 7.2 and Laravel/Lumen 5.7 or higher are required., (*4)

If your application does not meet these requirements, you can check out the 3.x branch for older releases., (*5)

composer require --dev mpociot/laravel-apidoc-generator

Laravel

Publish the config file by running:, (*6)

php artisan vendor:publish --provider="Mpociot\ApiDoc\ApiDocGeneratorServiceProvider" --tag=apidoc-config

This will create an apidoc.php file in your config folder., (*7)

Lumen

  • When using Lumen, you will need to run composer require mpociot/laravel-apidoc-generator instead.
  • Register the service provider in your bootstrap/app.php:
$app->register(\Mpociot\ApiDoc\ApiDocGeneratorServiceProvider::class);
  • Copy the config file from vendor/mpociot/laravel-apidoc-generator/config/apidoc.php to your project as config/apidoc.php. Then add to your bootstrap/app.php:
$app->configure('apidoc');

Documentation

Check out the documentation at the Beyond Code homepage., (*8)

License

The Laravel API Documentation Generator is free software licensed under the MIT license., (*9)

The Versions

20/06 2016
20/06 2016
20/06 2016
13/06 2016
13/06 2016
06/06 2016
30/05 2016
29/05 2016

1.2.1

1.2.1.0 http://github.com/mpociot/laravel-apidoc-generator

Generate beautiful API documentation from your Laravel / Lumen application

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel api documentation

28/05 2016

1.2.0

1.2.0.0 http://github.com/mpociot/laravel-apidoc-generator

Generate beautiful API documentation from your Laravel / Lumen application

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel api documentation

22/05 2016

1.1.1

1.1.1.0 http://github.com/mpociot/laravel-apidoc-generator

Generate beautiful API documentation from your Laravel / Lumen application

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel api documentation

13/05 2016

1.1.0

1.1.0.0 http://github.com/mpociot/laravel-apidoc-generator

Generate beautiful API documentation from your Laravel / Lumen application

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel api documentation

12/05 2016

1.0.1

1.0.1.0 http://github.com/mpociot/laravel-apidoc-generator

Generate beautiful API documentation from your Laravel / Lumen application

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel api documentation

12/05 2016

1.0.0

1.0.0.0 http://github.com/mpociot/apidoc

Generate beautiful API documentation from your Laravel / Lumen application

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel api documentation

11/05 2016

0.2.0

0.2.0.0 http://github.com/mpociot/apidoc

Generate beautiful API documentation from your Laravel / Lumen application

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel api documentation

03/05 2016

0.1.0

0.1.0.0 http://github.com/mpociot/apidoc

Generate beautiful API documentation from your Laravel / Lumen application

  Sources   Download

MIT

The Requires

 

laravel api documentation