Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 685 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 685 Bytes

Modulerr

A cockpit CMS addon module generator

clean install of cockpit-next

clean install Cockpit

Routes

place this folder in your host:

  • localhost/demo/Modulerr-master

  • localhost/demo/Cockpit-next

Include your Cockpit CMS

Edit this line in index php

edit path and generate

include "../pathto/cockpit/bootstrap.php";

to point your cockpit, is needed only for rendering, the output is in the Modulerr/generated folder

include DIR . "/../Cockpit-next/bootstrap.php";