TYPO3 Extension schooldirectory
![Packagist][packagist-logo-stable]
![Total Downloads][extension-downloads-badge]
![TYPO3 12.4][TYPO3-shield], (*1)
, (*2)
schooldirectory is a TYPO3 CMS extension that helps manage and display schools
for a city. It allows you to link schools to specific addresses and categorize
them by type., (*3)
1 Features
- Create and manage school records
- Assign schools to specific addresses (which school is responsible for which address?)
- Categorize schools by type (e.g., elementary, secondary)
2 Usage
2.1 Installation
Installation using Composer
The recommended way to install the extension is using Composer., (*4)
Run the following command within your Composer based TYPO3 project:, (*5)
composer require jweiland/schooldirectory
Installation as extension from TYPO3 Extension Repository (TER)
Download and install schooldirectory
with the extension manager module., (*6)
2.2 Minimal setup
1) Include the static TypoScript of the extension.
2) Create type, district and holder records on a sysfolder.
3) Create school record and assign type, district and holder records to it.
4) Create a plugin on a page and select at least the sysfolder as startingpoint., (*7)