LogoLogo
HomeAPIBlog
3.0.0-SNAPSHOT
3.0.0-SNAPSHOT
  • INTRODUCTION
    • Getting Started
      • Running Local Development Servers
      • Beginner Tutorial: Hello World
      • Beginner Tutorial: Hello Database
      • Tutorial: Wheels, AJAX, and You
    • Frameworks and Wheels
    • Requirements
    • Manual Installation
    • Upgrading
    • Screencasts
  • Command Line Tools
    • CLI Commands
    • wheels - commands
    • wheels generate - commands
    • wheels dbmigrate - commands
    • wheels plugins - commands
  • Working with Wheels
    • Conventions
    • Configuration and Defaults
    • Directory Structure
    • Switching Environments
    • Testing Your Application
    • Contributing to Wheels
    • 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
      • Apache
      • IIS
      • Tomcat
      • Nginx
    • 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
      • Migrations in Production
    • Using Multiple Data Sources
  • Plugins
    • Installing and Using Plugins
    • Developing Plugins
    • Publishing Plugins
  • Project Documentation
    • Overview
  • External Links
    • Source Code
    • Issue Tracker
    • Sponsor Us
    • Community
Powered by GitBook
LogoLogo
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Command Line Tools

wheels plugins - commands

These are the commands in the wheels plugins namespace. Currently this section is pretty sparse, make suggestions of what you may want to see in this section.

wheels plugins list

This command will make a call to ForgeBox.io and bring back a list of available Wheels Plugins listed on ForgeBox.

wheels plugins list
❯ wheels plugins list
================ Wheels Plugins From ForgeBox ======================
Contacting ForgeBox, please wait...

 Wheels Example Plugin    ( Tom King )
Type: Wheels Plugins
Slug: "wheels-plugin-example"
Wheels Example Plugin


 Shortcodes    ( Tom King )
Type: Wheels Plugins
Slug: "shortcodes"
Shortcodes Plugin for Wheels


 Wheels iCal4j    ( Tom King )
Type: Wheels Plugins
Slug: "wheels-ical4j"
Wheels 2.x Plugin Date Repeats Methods via iCal4J Java Lib


 Wheels JS Disable    ( Tom King )
Type: Wheels Plugins
Slug: "wheels-js-disable"
JS Disable - Wheels Plugin


 Wheels bCrypt    ( Tom King )
Type: Wheels Plugins
Slug: "wheels-bcrypt"
Wheels 2.x plugin helper methods for the bCrypt Java Lib


 Wheels JS Confirm    ( Tom King )
Type: Wheels Plugins
Slug: "wheels-js-confirm"
JS Confirm - Wheels Plugin


 Wheels JWT    ( Tom King )
Type: Wheels Plugins
Slug: "wheels-jwt"
Wheels plugin for encoding and decoding JSON Web Tokens (JWT)


 Wheels SAML    ( Tom Sucaet )
Type: Wheels Plugins
Slug: "wheels-saml"
Wheels plugin for SAML Single Sign-On


 Wheels Models Default Scope    ( Landon Fabbricino )
Type: Wheels Plugins
Slug: "defaultScope"
Wheels 2.1+ Add default scope to models for FindAll method


 Bens Json Serializer For Wheels    ( Brandon Shea )
Type: Wheels Plugins
Slug: "wheels-bens-json-serializer"
Swaps renderWith()'s use of serializeJson() with Ben Nadel's JsonSerializer


 Wheels DotEnvSettings Plugin    ( Peter Amiri )
Type: Wheels Plugins
Slug: "wheels-dotenvsettings"
DotEnvSettings Plugin for Wheels


 TitleTag Plugin    ( Chris Geirman )
Type: Wheels Plugins
Slug: "wheels-titletag-plugin"
DRY up your title tags. Allows you to define each page's title within it's view.


 Wheels HTMX Plugin    ( Peter Amiri )
Type: Wheels Plugins
Slug: "wheels-htmx-plugin"
HTMX Plugin for Wheels


 Wheels File Bin    ( Brandon Shea )
Type: Wheels Plugins
Slug: "wheels-filebin"
Wheels File Bin


 wheels ckEditor plugin    ( Reuben Brown )
Type: Wheels Plugins
Slug: "wheels-ckeditor-plugin"
Over-ride the textArea() function


 wheels Bootstrap Multiselect plugin    ( Reuben Brown )
Type: Wheels Plugins
Slug: "wheels-bootstrapmultiselect-plugin"
Creates a new function to allow for a multiselect box


 Datepicker    ( Adam Chapman )
Type: Wheels Plugins
Slug: "datepicker"
Datepicker Plugin for Wheels



  Found 17 records.
======================================================================
Previouswheels dbmigrate - commandsNextConventions

Last updated 21 days ago

Was this helpful?