2017 © Pedro Peláez
 

jelix-module helloworld-module

Example of a jelix module.

image

jelix/helloworld-module

Example of a jelix module.

  • Saturday, September 24, 2016
  • by laurentj
  • Repository
  • 1 Watchers
  • 0 Stars
  • 41 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

This is a module for Jelix, that show a very simple controller., (*1)

Installation

Install it by hands like any other Jelix modules, or use Composer if you installed Jelix 1.6.9+ with Composer., (*2)

In your project:, (*3)

composer require "jelix/helloworld-module"

In Jelix 1.6

Declare the module into the configuration of your application, mainconfig.ini.php:, (*4)

[modules]

helloworld.access=2

then launch the installer to activate the module, (*5)

php yourapp/install/installer.php

In Jelix 1.7+

Launch the configurator for your application to enabling the module, (*6)

php yourapp/dev.php module:configure helloworld

And then launch the installer to activate the module, (*7)

php yourapp/install/installer.php

The Versions

24/09 2016

dev-master

9999999-dev http://jelix.org

Example of a jelix module.

  Sources   Download

MIT

module hello world jelix

24/09 2016

v1.0.0

1.0.0.0 http://jelix.org

Example of a jelix module.

  Sources   Download

MIT

module hello world jelix