Getting Started

The quickest way to develop your own SCHLIX CMS is by learning how to use the Plugin Creator extension. Plugin Creator will generate the skeleton, which you can then modify.

SCHLIX CMS Plugin Creator 

You can create an application, block, macro, theme for SCHLIX CMS. Code generated by Plugin Creator will be saved to your main web folder, which then you can edit with your favorite PHP IDE such as PHPStorm, NetBeans, or Eclipse.

Plugin Creator

For applications, the code generated include its main application, view templates, admin templates, Javascript controller codes.