Description: Generates a Rails controller with Phlex views for the supplied actions Example: rails generate phlex:controller Articles index show This will create: app/controllers/articles_controller.rb app/views/articles/index.rb app/views/articles/show.rb