QuickAdminPanel.com Docs
  • Getting Started
  •  Creating Menus
    • Overview
    • CRUD Menu Main Settings
    •  CRUD Menu Fields and Relationships
      • Overview and Field Main Settings
      • Field Type Text
      • Field Type Textarea
      • Field Type Radio
      • Field Type Checkbox
      • Field Type Date Time Pickers
      • Field Type File Photo
      • Field Type Password
      • Field Type Money
      • Field Type Number
      • Field Type Float
      • Field Type ENUM Select
      • Field Type Location
      • Relationship BelongsTo
      • Relationship BelongsToMany
    • CRUD Menu Roles and Permissions
  •  Installing Modules
    • Overview
    •  CRUD-based Modules
      • Contact Management
      • Basic CRM
      • Time Management
      • Expense Management
      • FAQ Management
      • Content Management
      • Tasks and Calendar
      • Product Management
      • Client Management
      • Assets Management
      • Coupon Management
    •  Custom Modules
      • AJAX Datatables
      • User Logs
      • System Calendar
      • Dashboard Widgets
      • User-Team Multi-Tenancy
      • Reports Generator
      • Internal Messages
      • Internal Notifications
      • User Registration
      • CSV Import
      • Social Login
      • Change Notifications
      • Mega Search
      • Language Switcher
      • Stripe Payments-Subscriptions
  •  Download and Install Your Panel
    • General Instructions
    • Updating Files After Download
    • Show to Client without Installation
  •  Additional Agency Plan Functions
    • Import from SQL
    • Whitelabeling
    • Clone Panel and Upgrade Laravel Version
    • Team Accounts
    • Dusk Tests Generator
  • Frequently Asked Questions

Show Code Blocks Inline

Creating Menus CRUD Menu Fields and Relationships Field Type Text

Text is the most simple field type, without many additional settings.

The only thing you can customize is min/max length (see below), which then becomes a validation rule in app/Http/Request file.

In database this field is created as $table->string() in Laravel migrations.

CRUD Fields Text

  • Previous
  • Next