Download the PHP package dutchcodingcompany/laravel-json-schema without Composer
On this page you can find all versions of the php package dutchcodingcompany/laravel-json-schema. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dutchcodingcompany/laravel-json-schema
More information about dutchcodingcompany/laravel-json-schema
Files in dutchcodingcompany/laravel-json-schema
Download dutchcodingcompany/laravel-json-schema
More information about dutchcodingcompany/laravel-json-schema
Files in dutchcodingcompany/laravel-json-schema
Vendor dutchcodingcompany
Package laravel-json-schema
Short Description Adds a service provider for json schemas
License MIT
Homepage https://github.com/dutchcodingcompany
Package laravel-json-schema
Short Description Adds a service provider for json schemas
License MIT
Homepage https://github.com/dutchcodingcompany
Please rate this library. Is it a good library?
Informations about the package laravel-json-schema
Json Schema
This package makes it easy to use swaggest/json-schema
in laravel.
Installation
You can install the package via composer:
Usage
- Create a json schema in the schema directory, eg.
storage/app/schema/example.json
- Reference the schema in the validator:
new \DutchCodingCompany\LaravelJsonSchema\Rules\JsonSchemaRule('example')
To customize the schema directory, use environment variable JSON_SCHEMA_DIRECTORY
or publish the config file.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-json-schema with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
laravel/framework Version ^10.0 | ^11.0 | ^12.0
swaggest/json-schema Version ^0.12.33
laravel/framework Version ^10.0 | ^11.0 | ^12.0
swaggest/json-schema Version ^0.12.33
The package dutchcodingcompany/laravel-json-schema contains the following files
Loading the files please wait ....