2017 © Pedro Peláez
 

library cms

Instante content management system

image

instante/cms

Instante content management system

  • Thursday, June 16, 2016
  • by amik
  • Repository
  • 3 Watchers
  • 0 Stars
  • 5 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Instante CMS

Build Status Downloads this Month Latest stable, (*1)

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)

Installation

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)

The Versions

16/06 2016

dev-master

9999999-dev

Instante content management system

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

The Development Requires

cms nette instante