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
hyperlink/laravel-json-structure is a Laravel package for 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.
It currently has 2 GitHub stars and 9 downloads on Packagist (latest version v1.1.0).
Install it with composer require hyperlink/laravel-json-structure.
Discover more Laravel packages by hyperlink
or browse all Laravel packages to compare alternatives.
Last updated
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.
You can install the package via composer:
composer require hyperlink/laravel-json-structure --dev
php artisan json:structure "<route name>"
Example
php artisan json:structure "users.index"
The MIT License (MIT). Please see License File for more information.