dev-master
9999999-devInstante content management system
GPL-3.0 BSD-3-Clause GPL-2.0
The Requires
The Development Requires
cms nette instante
Instante content management system
WARNING: this component's development is in the beginnings. It is not usable yet for using in real projects., (*2)
Tools for creating Nette websites with client-editable content., (*3)
The best way to install Instante CMS is using Composer:, (*4)
1), (*5)
$ composer require instante/cms
2) Register EditorExtension in Nette config: extensions: icns: Instante\CMS\DI\EditorExtension, (*6)
3) Register route for Editor Api in Nette router $router[] = Instante\CMS\DI\EditorExtension::createRoute();, (*7)
4) Copy files from assets directory to your project and register instante/icmsEditor to requirejs, (*8)
5) Setup instante/icmsEditor in presenter $this->jsModulesContainer->useModule('instante/icmsEditor', [ 'saveUrl' => $this->getHttpRequest()->url->getBaseUrl() . "icms-api/save", // url registered in Router and its save action 'autoInit' => TRUE, // or you can call instante/icmsEditor init() manually ]);, (*9)
6) Link less files to page, (*10)
7) Load font awesome , (*11)
8) Move pen.png to your www dir and check icms.less due to img path, (*12)
Instante content management system
GPL-3.0 BSD-3-Clause GPL-2.0
cms nette instante