Best laravel framework open-source packages.

Infyom schema generator

InfyOm Laravel GUI Schema Generator Built with React & Tailwind css.
Updated 4 months ago

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