Download the PHP package snowsoft/laravel-apidoc-generator without Composer
On this page you can find all versions of the php package snowsoft/laravel-apidoc-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download snowsoft/laravel-apidoc-generator
More information about snowsoft/laravel-apidoc-generator
Files in snowsoft/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.
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 the Beyond Code homepage.
License
The Laravel API Documentation Generator is free software licensed under the MIT license.
All versions of laravel-apidoc-generator with dependencies
ext-json Version *
fakerphp/faker Version ^v1.9.1
illuminate/console Version ^5.7|^6.0|^7.0|^8.0|^9.0|^10.0
illuminate/routing Version ^5.7|^6.0|^7.0|^8.0|^9.0|^10.0
illuminate/support Version ^5.7|^6.0|^7.0|^8.0|^9.0|^10.0
league/flysystem Version ^3.12.3
snowsoft/documentarian Version ^0.0.2
mpociot/reflection-docblock Version ^1.0.1
nunomaduro/collision Version ^3.0|^4.0|^5.0|^6.0|^7.0
ramsey/uuid Version ^3.8|^4.0
symfony/var-exporter Version ^4.0|^5.0|^6.0