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
Requires
- php: ^8.1
- illuminate/contracts: ^9.0
- spatie/laravel-package-tools: ^1.14.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^6.0
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^7.0
- pestphp/pest: ^1.21
- pestphp/pest-plugin-laravel: ^1.1
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2025-03-03 07:16:22 UTC
README
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.