Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wapplersystems/address
TYPO3 extension for address lists
https://github.com/wapplersystems/address
typo3 typo3-cms-extension typo3-extension
Last synced: 18 days ago
JSON representation
TYPO3 extension for address lists
- Host: GitHub
- URL: https://github.com/wapplersystems/address
- Owner: WapplerSystems
- License: gpl-2.0
- Created: 2017-11-25T19:40:36.000Z (about 7 years ago)
- Default Branch: release/v12
- Last Pushed: 2024-11-24T23:37:05.000Z (about 1 month ago)
- Last Synced: 2024-11-25T00:24:10.720Z (about 1 month ago)
- Topics: typo3, typo3-cms-extension, typo3-extension
- Language: PHP
- Homepage:
- Size: 1.01 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# TYPO3 Extension ``address``
## Features
- Based on extbase & fluid, implementing best practices from TYPO3 CMS
- Frontend template variant based on Twitter Bootstrap (v4)
- Circumference search / Radius search
- Different types of records with different fields: Address, company, person
- Flexible layouts in each plugins. Addable via TSconfig.## Usage
### 1) Installation
#### Installation using Composer
The recommended way to install the extension is by using [Composer][1]. In your Composer based TYPO3 project root, just do `composer require wapplersystems/address`.
#### Installation as extension from TYPO3 Extension Repository (TER)
Download and install the extension with the extension manager module.
### 2) Minimal setup
1) Include the static TypoScript of the extension.
2) Create some address records on a sysfolder.
3) Create a plugin on a page and select at least the sysfolder as startingpoint.## Credits ##
* Sven Wappler
* A lot of code is based on the [news extension][2] by Georg Ringer.[1]: https://getcomposer.org/
[2]: https://github.com/georgringer/news