jweiland / schooldirectory
This is a TYPO3 extension to manage schools
Installs: 3 578
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 1
Type:typo3-cms-extension
Requires
- jweiland/glossary2: >=5.0.0
- jweiland/maps2: >=8.0.0
- typo3/cms-core: ^10.4.36 || ^11.5.23
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.9
- nimut/testing-framework: ^6.0
- phpspec/prophecy-phpunit: ^2.0
- phpunit/phpunit: ^9.5
- roave/security-advisories: dev-latest
README
schooldirectory is an extension for TYPO3 CMS. It is useful to manage and display schools for a city.
1 Features
- Create school records
- Assign schools to addresses. Which school is responsible for which address?
- Differ school records by their type
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.