1.0.3 • Published 6 months ago

@suhendra/adonis-inspect v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Adonis Inspect

Inspect requests for Adonis v4, a very lighter and minimalist version of Laravel's Telescope.

Contributions are welcomed.

License

License NPM

image image

Installation

npm install @suhendra/adonis-inspect

Configure

Register it in start/app.js:

const providers = [
  ...
  '@suhendra/adonis-inspect/providers/InspectProvider'
];

Usage

Visit <app_url>/_inspect to view the lists of requests, e.g: http://localhost:3333/_inspect.

If on dev, prevent reload everytime new json file created by ignoring the used directory, e.g: adonis serve --dev --ignore=storage.

Collectors

Disable / enable collectors by config in config/inspect.js.

Currently supported collectors:

  • Query
  • Response

Cleaning Up

Run ace command `adonis ins

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago