定制 laravel-admin-ext/api-tester 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

laravel-admin-ext/api-tester

最新稳定版本:v1.0.4

Composer 安装命令:

composer require laravel-admin-ext/api-tester

包简介

Api tester for laravel

README 文档

README

StyleCI Packagist Total Downloads Pull request welcome

Inspired by laravel-api-tester.

Documentation | 中文文档

Screenshot

wx20170809-164424

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

GitHub 信息

  • Stars: 55
  • Watchers: 3
  • Forks: 38
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-08-07