Skip to content

harish81/infyom-schema-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infyom Json Schema Generator

InfyOm Laravel Generator is great laravel generator for artisans. Here is my attempt to create GUI Schema Generator(json) for InfyOm Laravel Generator.

If you are not familiar with InfyOm Laravel Generator please read documentaton here.

Note: This is not official package from InfyOm.

How to use

  • First open the tool from here.
  • 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 $MODEL --fieldsFile=$SCHEMA_FILE.json.
  • php artisan migrate
  • voylla!! 👏 Your coffee is ready. ☕

Credit