Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.41 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.41 KB

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