Skip to content
William Espindola edited this page Jul 8, 2015 · 9 revisions

This documentation still in development.

Initialise

Start creating the config file to keep your dns, the Field will use this for he CRUD

php vendor/bin/field init

Create

With the create command you can create Fields and Collections.

Usage:
  create [options] [--] <Field|Collection> <name> <label> [<type>] [<collection>]

Arguments:
  Field|Collection                   Field or Collection
  name                               The name is the identify of our Field or your Collection
  label                              The Label for the presentation of your Field or Collection
  type                               The type of field (only field has types)
  collection                         The collection name of field new field

Some examples!

creating a Field

	create Field keywords text Keywords header 

creating a Collection

	create Collection header Header
Clone this wiki locally