2017 © Pedro Peláez
 

library cms-module

CMS module with administration

image

venne/cms-module

CMS module with administration

  • Saturday, September 6, 2014
  • by pepakriz
  • Repository
  • 3 Watchers
  • 0 Stars
  • 1,333 Installations
  • PHP
  • 20 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Venne:CMS based on Venne:FRAMEWORK

Build Status, (*1)

Venne:CMS, (*2)

Installation

The best way to install Venne:CMS is create new project using Composer:, (*3)

composer create-project venne/sandbox:2.0.x-dev myApp && cd myApp
composer require venne/cms-module:2.1.x [--prefer-dist]
php www/index.php venne:module:update
php www/index.php venne:module:install cms [--noconfirm]

Modules

Installation by composer

composer require [name:version]

Manual installation

Module can be installed manualy. Download archive from GitHub and unpack it into /vendor/venne., (*4)

Commands

php www/index.php venne:module:list                   # List modules
php www/index.php venne:module:update                 # Update local database of modules
php www/index.php venne:module:install <name>         # Install module
php www/index.php venne:module:uninstall <name>       # Uninstall module
php www/index.php venne:module:upgrade <name>         # Upgrade module

Example of module installation

composer require venne/sample-module:2.0.x [--prefer-dist]      # Download module
php www/index.php venne:module:update                           # Update local database of modules
php www/index.php venne:module:install sample                   # Install module

The Versions