Generator

Schema Builder

TABLE OF CONTENT
  1. Introduction
  2. How to use

Introduction

InfyOm Json Schema Generator is GUI Schema Generator for model JSON files built by Harish Nandoliya. You can find the GitHub repository here.

How to use it

  1. Open the InfyOm JSON Schema Generator
  2. Name your schema file in model name textbox.
  3. Add Rows/Fields.
  4. Modify name, dbType, htmlType, validation, options etc.
  5. Download/Copy Generated Schema File.
  6. Place the Schema file under resources/model_schemas
  7. Fire php artisan infyom:scaffold $SCHEMA_FILE (without extension).
  8. Run command php artisan migrate