项目作者: WapplerSystems

项目描述 :
TYPO3 extension for address lists
高级语言: PHP
项目地址: git://github.com/WapplerSystems/address.git
创建时间: 2017-11-25T19:40:36Z
项目社区:https://github.com/WapplerSystems/address

开源协议:GNU General Public License v2.0

下载


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. 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 by Georg Ringer.