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

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.