LaravelPackages.net
Acme Inc.
Toggle sidebar
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

9
2
v1.1.0
About hyperlink/laravel-json-structure

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

laravel-json-structure

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.

Comments