laravel-admin-ext/api-tester
最新稳定版本:v1.0.4
Composer 安装命令:
composer require laravel-admin-ext/api-tester
包简介
Api tester for laravel
关键字:
README 文档
README
Inspired by laravel-api-tester.
Screenshot
Installation
$ composer require laravel-admin-ext/api-tester -vvv
$ php artisan vendor:publish --tag=api-tester
Then last run flowing command to import menu and permission:
$ php artisan admin:import api-tester
Finally open http://localhost/admin/api-tester.
Configuration
api-tester supports 3 configuration, open config/admin.php find extensions:
'extensions' => [ 'api-tester' => [ // route prefix for APIs 'prefix' => 'api', // auth guard for api 'guard' => 'api', // If you are not using the default user model as the authentication model, set it up 'user_retriever' => function ($id) { return \App\User::find($id); }, ] ]
License
Licensed under The MIT License (MIT).
统计信息
- 总下载量: 64.69k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 56
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-08-07
