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

Maintainers

Package info

github.com/hyperlinkgroup/laravel-json-structure

Homepage

pkg:composer/hyperlink/laravel-json-structure

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 2

v1.1.0 2023-01-23 12:25 UTC

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.