jweiland / schooldirectory
This is a TYPO3 extension to manage schools
Installs: 3 759
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 2
Type:typo3-cms-extension
Requires
- jweiland/glossary2: >=6.0.0
- jweiland/maps2: >=11.0.0
- typo3/cms-core: ^12.4.9
Requires (Dev)
- ergebnis/composer-normalize: ^2.44
- friendsofphp/php-cs-fixer: ^3.14
- phpstan/phpstan: ^1.10
- roave/security-advisories: dev-latest
- typo3/coding-standards: ^0.6
- typo3/testing-framework: ^7.0.2
Replaces
- typo3-ter/schooldirectory: 7.0.0
README
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.
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.
Run the following command within your Composer based TYPO3 project:
composer require jweiland/schooldirectory
Installation as extension from TYPO3 Extension Repository (TER)
Download and install schooldirectory
with the extension manager module.
2.2 Minimal setup
- Include the static TypoScript of the extension.
- Create type, district and holder records on a sysfolder.
- Create school record and assign type, district and holder records to it.
- Create a plugin on a page and select at least the sysfolder as startingpoint.