在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):mpociot/laravel-apidoc-generator开源软件地址(OpenSource Url):https://github.com/mpociot/laravel-apidoc-generator开源编程语言(OpenSource Language):PHP 97.1%开源软件介绍(OpenSource Introduction):Laravel API Documentation GeneratorAutomatically generate your API documentation from your existing Laravel/Lumen/Dingo routes.
InstallationPHP 7.2 and Laravel/Lumen 5.7 or higher are required.
composer require --dev mpociot/laravel-apidoc-generator LaravelPublish the config file by running: php artisan vendor:publish --provider="Mpociot\ApiDoc\ApiDocGeneratorServiceProvider" --tag=apidoc-config This will create an Lumen
$app->register(\Mpociot\ApiDoc\ApiDocGeneratorServiceProvider::class);
$app->configure('apidoc'); DocumentationCheck out the documentation at the Beyond Code homepage. LicenseThe Laravel API Documentation Generator is free software licensed under the MIT license. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论