Download the PHP package abanoubmagdyadly/laravel-apidoc-generator without Composer
On this page you can find all versions of the php package abanoubmagdyadly/laravel-apidoc-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download abanoubmagdyadly/laravel-apidoc-generator
More information about abanoubmagdyadly/laravel-apidoc-generator
Files in abanoubmagdyadly/laravel-apidoc-generator
Download abanoubmagdyadly/laravel-apidoc-generator
More information about abanoubmagdyadly/laravel-apidoc-generator
Files in abanoubmagdyadly/laravel-apidoc-generator
Vendor abanoubmagdyadly
Package laravel-apidoc-generator
Short Description Generate beautiful API documentation from your Laravel application
License MIT
Homepage http://github.com/mpociot/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
Please rate this library. Is it a good library?
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 and Laravel 5.5 or higher are required.
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 abanoubmagdyadly/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.
License
The Laravel API Documentation Generator is free software licensed under the MIT license.
All versions of laravel-apidoc-generator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
fzaninotto/faker Version ~1.8
illuminate/routing Version ^5.5|^6.0
illuminate/support Version ^5.5|^6.0
illuminate/console Version ^5.5|^6.0
mpociot/documentarian Version ^0.3.0
mpociot/reflection-docblock Version ^1.0.1
ramsey/uuid Version ^3.8
league/flysystem Version ^1.0
fzaninotto/faker Version ~1.8
illuminate/routing Version ^5.5|^6.0
illuminate/support Version ^5.5|^6.0
illuminate/console Version ^5.5|^6.0
mpociot/documentarian Version ^0.3.0
mpociot/reflection-docblock Version ^1.0.1
ramsey/uuid Version ^3.8
league/flysystem Version ^1.0
The package abanoubmagdyadly/laravel-apidoc-generator contains the following files
Loading the files please wait ....