Tables
Download Project
New Project
Table Fields
Model
Relationships
Validation
Controller
Table fields
generate the table fields for the selected table
Title
Type
Default
Nullable
Actions
Type
bigIncrements
string
unsignedBigInteger
text
boolean
timestamp
date
dateTime
float
unsignedInteger
tinyInteger
bigInteger
integer
uuid
binary
ipAddress
json
longText
mediumInteger
mediumText
Model
generate the model for the selected table
Field
Fillable
Hidden
Relationships
generate the relationships for the selected table
Title/Method
Type
Foreign Model
Actions
Type
hasOne
hasMany
belongsTo
Foreign Model
Validation
generate the validation for the selected table
Field
Rules
Controller
generate the controller for the selected table
Method
Include
Views
generate the (create, edit and index) views and form inputs for the selected table
Inputs
Type
Include in create and edit
Include in index