LogoLogo
Ctrlk
HomeAPIBlog
  • INTRODUCTION
    • Getting Started
    • Frameworks and Wheels
    • Requirements
    • Manual Installation
    • Upgrading
    • Screencasts
  • Command Line Tools
    • CLI Overview
    • Quick Start Guide
    • Command Reference
      • Core Commands
      • Code Generation
        • wheels generate app
        • wheels generate app-wizard
        • wheels generate controller
        • wheels generate model
        • wheels generate view
        • wheels generate property
        • wheels generate route
        • wheels generate test
        • wheels generate snippets
        • wheels generate scaffold
        • wheels generate api-resource
      • Database Commands
      • Testing Commands
      • Environment Management
      • Code Analysis
      • Config
      • Docker Commands
      • Get Commands
      • Documentation
      • Plugins
      • Asset Management
    • CLI Development Guides
  • Working with Wheels
    • Conventions
    • Configuration and Defaults
    • Directory Structure
    • Switching Environments
    • Testing Your Application
    • Using the Test Environment
    • Contributing to Wheels
    • Contributing to Wheels VS Code Extension
    • Contributing to Wheels Windows Installer
    • Contributing to Wheels macOS Installer
    • Submitting Pull Requests
    • Documenting your Code
  • Handling Requests with Controllers
    • Request Handling
    • Rendering Content
    • Redirecting Users
    • Sending Files
    • Sending Email
    • Responding with Multiple Formats
    • Using the Flash
    • Using Filters
    • Verification
    • Event Handlers
    • Routing
    • URL Rewriting
    • Obfuscating URLs
    • Caching
    • Nesting Controllers
    • CORS Requests
  • Displaying Views to Users
    • Pages
    • Partials
    • Linking Pages
    • Layouts
    • Form Helpers and Showing Errors
    • Displaying Links for Pagination
    • Date, Media, and Text Helpers
    • Creating Custom View Helpers
    • Localization
  • Database Interaction Through Models
    • Object Relational Mapping
    • Creating Records
    • Reading Records
    • Updating Records
    • Deleting Records
    • Column Statistics
    • Dynamic Finders
    • Getting Paginated Data
    • Associations
    • Nested Properties
    • Object Validation
    • Object Callbacks
    • Calculated Properties
    • Transactions
    • Dirty Records
    • Soft Delete
    • Automatic Time Stamps
    • Database Migrations
    • Using Multiple Data Sources
  • Project Documentation
    • Overview
  • External Links
    • Source Code
    • Issue Tracker
    • Sponsor Us
    • Community
  • Plugins
    • Installing and Using Plugins
    • Developing Plugins
    • Publishing Plugins
Powered by GitBook
On this page

Was this helpful?

  1. Command Line Tools
  2. Command Reference

Code Generation

wheels generate appwheels generate app-wizardwheels generate controllerwheels generate modelwheels generate viewwheels generate propertywheels generate routewheels generate testwheels generate snippetswheels generate scaffoldwheels generate api-resource
Previouswheels destroyNextwheels generate app

Last updated 4 months ago

Was this helpful?

LogoLogo