File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -20,21 +20,21 @@ That's it. Go to `[your site]/api-tester` and start testing routes.
20
20
21
21
## Config
22
22
23
- By default, the package is bound to ` APP_DEBUG``.env ` value. But you can easily override it. First, publish config:
23
+ By default, the package is bound to ` APP_DEBUG ` ` .env ` value. But you can easily override it. Just publish config:
24
24
25
25
```
26
26
php artisan vendor:publish --provider="Asvae\ApiTester\ServiceProvider"
27
27
```
28
28
29
- Then edit ` config/api-tester.php ` as you please.
29
+ And edit ` config/api-tester.php ` as you please.
30
30
31
31
## Features
32
- 1 ) Display all the routes for application.
33
- 2 ) Live search and sortable columns.
34
- 2 ) Define request body in [ JSON editor] ( https://github.com/josdejong/jsoneditor ) .
35
- 3 ) Preview response depending on type (html or json).
36
- 4 ) [ Material design lite] ( https://getmdl.io/ ) as theme.
37
- 5 ) Lightweight and no dependencies (except on laravel).
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
38
39
39
## Live demo
40
40
* Coming...*
You can’t perform that action at this time.
0 commit comments