Appearance
Schema Builder
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
- Open the InfyOm JSON Schema Generator
- Name your schema file in
model name
textbox. - Add Rows/Fields.
- Modify name, dbType, htmlType, validation, options etc.
- Download/Copy Generated Schema File.
- Place the Schema file under
resources/model_schemas
- Fire
php artisan infyom:scaffold $SCHEMA_FILE
(without extension). - Run command
php artisan migrate