Skip to content
William Espindola edited this page Jul 3, 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

php vendor/bin/field create [name] [type] [label]

This will create a field on database, you can fetch this using the Repository or Services

Clone this wiki locally