Modules

Overview

Clastic uses modules to expose data to the backend.

To generate a module you must first create an entity.

See Entities for more information on the entities.

Note

The generator only supports Node modules at the moment.

$ php app/console clastic:generate:module

After generation your modules will be available in the backoffice.