Download the PHP package toanld/laravel-apidoc-generator without Composer
On this page you can find all versions of the php package toanld/laravel-apidoc-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download toanld/laravel-apidoc-generator
More information about toanld/laravel-apidoc-generator
Files in toanld/laravel-apidoc-generator
Package laravel-apidoc-generator
Short Description Generate beautiful API documentation from your Laravel application
License MIT
Homepage http://github.com/mpociot/laravel-apidoc-generator
Informations about the package laravel-apidoc-generator
Laravel API Documentation Generator
Automatically generate your API documentation from your existing Laravel/Lumen/Dingo routes. Here's what the output looks like.
php artisan apidoc:generate
Installation
PHP 7.2 and Laravel/Lumen 5.7 or higher are required.
If your application does not meet these requirements, you can check out the 3.x branch for older releases.
Laravel
Publish the config file by running:
This will create an apidoc.php
file in your config
folder.
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
: - Copy the config file from
vendor/mpociot/laravel-apidoc-generator/config/apidoc.php
to your project asconfig/apidoc.php
. Then add to yourbootstrap/app.php
:
Documentation
Check out the documentation at ReadTheDocs. Don't forget to check out the migration guide if you're coming from v3 to v4.
License
The Laravel API Documentation Generator is free software licensed under the MIT license.
All versions of laravel-apidoc-generator with dependencies
fzaninotto/faker Version ^1.8
illuminate/routing Version ^5.7|^6.0
illuminate/support Version ^5.7|^6.0
illuminate/console Version ^5.7|^6.0
mpociot/documentarian Version ^0.3.0
mpociot/reflection-docblock Version ^1.0.1
ramsey/uuid Version ^3.8
symfony/var-exporter Version ^4.0
league/flysystem Version ^1.0
nunomaduro/collision Version ^3.0