nastuzzi-samy/api-tester

Api tester for laravel
2,606
Install
composer require nastuzzi-samy/api-tester
Latest Version:v1.1.0
PHP:>=7.0.0
License:MIT
Last Updated:Dec 5, 2018
Links: GitHub  ·  Packagist
Maintainer: NastuzziSamy

API tester for laravel-admin

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).

Related Packages

laravel-admin-ext/api-tester

Api tester for laravel

67,463 54
andrewmclagan/api

A RESTful API package for the Laravel and Lumen frameworks.

18 0
laravel-enso/api

External service integrations and API logging for Laravel Enso

24,174 0
rootxs/sudobible-laravel

Laravel Service Provider for SudoBible.

26 0