Skip to content

Commit 01829e0

Browse files
committed
Add live demo
1 parent 8931b71 commit 01829e0

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
![Interface](http://i.imgur.com/XGqXNaI.png)
44

5+
## Live demo
6+
Try it out: [laravel-api-tester.asva.by](http://laravel-api-tester.asva.by/)
7+
58
## Installation
69

710
Require this package with composer:
@@ -29,15 +32,15 @@ php artisan vendor:publish --provider="Asvae\ApiTester\ServiceProvider"
2932
And edit `config/api-tester.php` as you please.
3033

3134
## Features
32-
1. Display all the routes for application.
33-
2. Live search and sortable columns.
34-
3. Define request body in [JSON editor](https://github.com/josdejong/jsoneditor).
35-
4. Preview response depending on type (html or json).
36-
5. [Material design lite](https://getmdl.io/) as theme.
37-
6. Lightweight and no dependencies (except on laravel).
38-
39-
## Live demo
40-
*Coming...*
35+
* Display all the routes for application.
36+
* Live search and sortable columns.
37+
* Define request body in [JSON editor](https://github.com/josdejong/jsoneditor).
38+
* Preview response depending on type (html or json).
39+
* [Material design lite](https://getmdl.io/) as theme.
40+
* Lightweight and no dependencies (except on laravel).
41+
42+
## Feedback
43+
Don't hesitate to rise an issue if something doesn't work or you have a feature request. You're welcome to.
4144

4245
## Tests
4346
*Coming...*

0 commit comments

Comments
 (0)