PHP code example of jelix / helloworld-module
1. Go to this page and download the library: Download jelix/helloworld-module library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
jelix / helloworld-module example snippets
ini
[modules]
helloworld.access=2
bash
php yourapp/install/installer.php
bash
php yourapp/dev.php module:configure helloworld
bash
php yourapp/install/installer.php