twocngdagz / Entity-Builder

:tomato: Laravel code generator with GUI

Home Page:https://googee.github.io/Entity-Builder/dist/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Entity-Builder

🍅 Laravel generator Online

中文介绍

Feature

  • Custom layer (Controller, Model, Repository, etc.)
  • Custom template (not plain text, with syntax: for, if, etc.)
  • Convert database schema to Laravel Migration
  • Deploy PHP code online
  • Design table fields and indexes
  • Define model factories
  • Generate field validation rules

Example

Create a Migration

Migration

Add validation rules

Validation

Convert database schema to Laravel Migration

Schema

Add doc to Model automatically

Model

Deploy PHP code online

Only available in local environment!

  1. Download the dist.zip
  2. Unzip it to the public folder of your Laravel project
  3. Visit http://localhost/dist/index.html
  4. Install the PHP package
  5. Click 'Connect' button

Document

Template

Entity-Doc

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

:tomato: Laravel code generator with GUI

https://googee.github.io/Entity-Builder/dist/index.html


Languages

Language:Vue 61.4%Language:TypeScript 33.8%Language:JavaScript 3.6%Language:HTML 0.6%Language:CSS 0.6%