teepluss/explore
Composer 安装命令:
composer require teepluss/explore
包简介
apidocjs explorer for Laravel
README 文档
README
For Laravel 4, please use the v1.x branch!
Explore is a RESTful explorer for apiDoc
This package will work after apiDoc installed.
Installation
To get the lastest version of Theme simply require it in your composer.json file.
"teepluss/explore": "dev-master"
You'll then need to run composer install to download it and have the autoloader updated.
Once Theme is installed you need to register the service provider with the application. Open up config/app.php and find the providers key.
'providers' => [
...
'Teepluss\Explore\ExploreServiceProvider'
]
Publish config and asset using artisan CLI.
php artisan vendor:publish --provider="Teepluss\Explore\ExploreServiceProvider"
Usage
Set up your config
config/explore.php
then navigate to path
http://domain.com/developers/explorer
Support or Contact
If you have some problem, Contact teepluss@gmail.com
统计信息
- 总下载量: 1.69k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 22
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-04-11
