Entity-Builder
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
Add validation rules
Convert database schema to Laravel Migration
Model
automatically
Add doc to
Deploy PHP code online
Only available in local
environment!
- Download the dist.zip
- Unzip it to the public folder of your Laravel project
- Visit http://localhost/dist/index.html
- Install the PHP package
- Click 'Connect' button
Document
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