Skip to content

ranjeetmali/infyom-schema-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 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

About

InfyOm Laravel GUI Schema Generator Built with React & Tailwind css.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 93.9%
  • JavaScript 5.7%
  • HTML 0.4%