jelix/helloworld-module

Example of a jelix module.

Installs: 140

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:jelix-module

pkg:composer/jelix/helloworld-module

v1.0.1 2019-01-05 13:17 UTC

This package is auto-updated.

Last update: 2025-09-25 02:31:56 UTC


README

This is a module for Jelix, that show a very simple controller.

Installation

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

In your project:

composer require "jelix/helloworld-module"

In Jelix 1.6

Declare the module into the configuration of your application, mainconfig.ini.php:

[modules]

helloworld.access=2

then launch the installer to activate the module

php yourapp/install/installer.php

In Jelix 1.7+

Launch the configurator for your application to enabling the module

php yourapp/dev.php module:configure helloworld

And then launch the installer to activate the module

php yourapp/install/installer.php