laravel-json-structure maintained by hyperlink
Description
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
Author
Last update
2026/01/12 09:35
(dev-dependabot/github_actions/dependabot/fetch-metadata-2.5.0)
License
Downloads
9
Tags
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.
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.