hyperlink/laravel-json-structure

A helper package for the assert json structure test method. It will create a json structure as needed from an api endpoint of your application

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 0

Forks: 0

Open Issues: 4

pkg:composer/hyperlink/laravel-json-structure


README

Latest Version on Packagist GitHub Tests Action Status Total Downloads

A helper package for the assert json structure test method. It will create a json structure as needed from an api endpoint of your application.

Installation

You can install the package via composer:

composer require hyperlink/laravel-json-structure --dev

Usage

php artisan json:structure "<route name>"

Example

php artisan json:structure "users.index"

Credits

License

The MIT License (MIT). Please see License File for more information.