Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 399 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 399 Bytes

JsonSchema Bundle

The component ships a Bundle to allow a quick integration with Symfony for the JsonSchema component of Jane.

Note: If you use Symfony Flex, the configuration is automatic

To use it, you just have to add the main bundle class to your config/bundles.php file.

return [
    // ...
    Jane\Bundle\JsonSchemaBundle\JaneJsonSchemaBundle::class => ['dev' => true],
];