coldbox create layout

Parameters:
Name Type Required Default Hint
name string true
helper boolean false false Generate a helper file for this layout
directory string false layouts The base directory to create your layout in and creates the directory if it does not exist.

Command Usage

Create a new layout in an existing ColdBox application. Run this command in the root
of your app for it to find the correct folder. By default, your new layout will be created in /layouts but you can
override that with the directory param.

coldbox create layout myLayout