jelix/news-module

A simple module to display some news

v1.0.0 2019-08-23 08:57 UTC

This package is auto-updated.

Last update: 2024-04-23 19:19:14 UTC


README

This is a module for Jelix 1.7+, that shows a list of news

Installation

As the application developer

Install it by hands like any other Jelix modules, or use Composer. In your project:

composer require "jelix/news-module"

Launch the configurator for your application to enabling the module.

php yourapp/dev.php module:configure news

And then launch the installer to activate the module

php yourapp/install/installer.php

As an application user

Retrieve the package, and copy the news directory into the modules/ or extra-modules/ directory of the application.

Then execute on the command line, this command to configure the module:

php yourapp/install/configurator.php news

And then launch the installer to activate the module

php yourapp/install/installer.php