Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 806 Bytes

INSTALL.md

File metadata and controls

31 lines (17 loc) · 806 Bytes

Netgen Class List Datatype extension installation instructions

Requirements

  • eZ Publish 4

Installation

Unpack/unzip

Unpack the downloaded package into the extension directory of your eZ Publish installation.

Activate extension

Activate the extension by using the admin interface ( Setup -> Extensions ) or by prepending ngclasslist to ActiveExtensions[] in settings/override/site.ini.append.php:

[ExtensionSettings]
ActiveExtensions[]=ngclasslist

Regenerate autoload array

Run the following from your eZ Publish root folder

php bin/php/ezpgenerateautoloads.php --extension

Or go to Setup -> Extensions and click the "Regenerate autoload arrays" button

Clear the caches

Clear the eZ Publish caches (from admin "Setup" tab or from command line).