2017 © Pedro Peláez
 

library api-tester

Api tester for laravel

image

laravel-admin-ext/api-tester

Api tester for laravel

  • Friday, April 27, 2018
  • by encore
  • Repository
  • 2 Watchers
  • 14 Stars
  • 8,198 Installations
  • HTML
  • 1 Dependents
  • 0 Suggesters
  • 8 Forks
  • 4 Open issues
  • 5 Versions
  • 42 % Grown

The README.md

API tester for laravel-admin

StyleCI Packagist Total Downloads Pull request welcome, (*1)

Inspired by laravel-api-tester., (*2)

Documentation | 中文文档, (*3)

Screenshot

wx20170809-164424, (*4)

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:, (*5)

$ php artisan admin:import api-tester

Finally open http://localhost/admin/api-tester., (*6)

Configuration

api-tester supports 3 configuration, open config/admin.php find extensions:, (*7)


'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)., (*8)

The Versions

27/04 2018

dev-master

9999999-dev https://github.com/laravel-admin-extensions/api-tester

Api tester for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by z-song

api laravel-admin tester

27/04 2018

v1.0.2

1.0.2.0 https://github.com/laravel-admin-extensions/api-tester

Api tester for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by z-song

api laravel-admin tester

28/09 2017

dev-analysis-q1nJ23

dev-analysis-q1nJ23 https://github.com/laravel-admin-extensions/api-tester

Api tester for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by z-song

api laravel-admin tester

31/08 2017

v1.0.1

1.0.1.0 https://github.com/laravel-admin-extensions/api-tester

Api tester for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by z-song

api laravel-admin tester

09/08 2017

v1.0

1.0.0.0 https://github.com/laravel-admin-extensions/api-tester

Api tester for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by z-song

api laravel-admin tester