tobytwigger/form-schema-generator

JSON schema generator in php, for vue-form-generator

v3.0.2 2024-01-29 10:48 UTC

README

A small library for working with form schemas. Designed predominantly around the portal-ui-kit package, easily create schemas using a fluent PHP Api.

Installation

You can install the schema generator through composer

composer install tobytwigger/form-schema-generator

Documentation

You can see the full documentation at https://tobytwigger.github.io/form-schema-generator/.

Compiling docs locally

-gem install bundle

  • bundle install
  • bundle exec jekyll serve to run locally
  • bundle exec jekyll build to build

Contributing

Pull requests are very welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT