CRUDBooster6
  • Documentation (current)
  • Issues
v5.5 (Stable) v6.0 (Beta)
  • Getting Started
    • Installation
    • Developer Area
    • Lifecycle Architecture
  • The Basic
    • Artisan Command
    • Module Generator
    • Dashboard
    • Role Policy
    •   Role Management
    •   Role Helper
  • Fields
    • Transform Fields
    • Display Control
    • Types
    •   Text
    •   Text Area
    •   Select
    •   Radio
    •   Checkbox
    •   Number
    •   Money
    •   Date
    •   Date & Time
    •   Time
    •   Upload File
    •   Upload Image
    •   Wysiwyg
    •   Password
    •   Hidden
    •   Email
    •   Custom
    • Customization
    •   Readonly
    •   Required
    •   Help Text
    •   Placeholder
    •   Default Value
    •   Validation
    •   Input Width
  • Advanced
    • Filter
    • Hook
    • Sub Module
    • Javascript & Stylesheet
    • Hide Action Button
    • Additional
      •   Additional Element
      •   Additional Custom Input
      •   Additional Index Button
      •   Additional Action Button
  • Helpers
    • User Session
    • Upload File
    • Upload Base64 File
    • DB: Update
    • DB: Find
    • DB: Find All
    • Redirect
    • Redirect Back
    • Validation
    • Route Group Backend
    • Route Controller
    • cURL
    • Google FCM
    • Mail Helper
  1. Home
  2. Documentations
  3. 6.0
  4. Module Generator

Module Generator

To create a CRUD module, you can use a GUI and Artisan command. This bellow is artisan command

php artisan crudbooster:make --module=table_name

Replace table_name with your own table

You can also create all tables, set --module=ALL parameter like bellow

php artisan crudbooster:make --module=ALL

This command will create a new controller.

Edit this page
Next » The Basic: Dashboard
© Copyright 2019 All Right Reserved.