承接 t3brightside/microstart 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

t3brightside/microstart

最新稳定版本:2.0.1

Composer 安装命令:

composer require t3brightside/microstart

包简介

Microtemplate example data to get going

README 文档

README

License Packagist Downloads Brightside

Demo content for TYPO3 Microtemplate

Install

  • install TYPO3 v13
  • install microstart content and recommended packages by composer req t3brightside/microstart
  • copy folders from vendor/t3brightside/microstart/data/fileadmin/ to public/fileadmin/
  • import database from vendor/t3brightside/microstart/data/base.sql.gz
  • back end admin user: admin, password: Admin1234#
  • maintenance > analyze database structure
  • add 'webp' to [GFX][imagefile_ext] and [SYS][mediafile_ext] in 'Settings > Configure Installation-Wide Options'
  • in 'Settings > Extension Configuration > Pagelist' enable at least 'Articles' and 'Events' page types and 'Personnel author fields' accordingly
  • create a site configuration
  • change the admin password as the first thing
  • change the forms 'Contact Us' > 'Email to receiver' addresses and names to yours
  • set route enhancers for pretty URL's in 'config/sites/your-site-name/confix.xml'
routeEnhancers:
  PaginatedprocessorsByContentId:
    type: Simple
    routePath: '/{paginatorId}/{paginationPage}'
    aspects:
      paginatorId:
        type: PaginatedprocessorsContentMapper
      paginationPage:
        type: StaticRangeMapper
        start: '0'
        end: '999'
  PaginatedprocessorsByUnigueIdInTs:
    type: Simple
    routePath: '/{paginatorId}/{paginationPage}'
    aspects:
      paginatorId:
        type: StaticValueMapper
        map:
          files: files
          gallery: gallery
          pagelist: pagelist
      paginationPage:
        type: StaticRangeMapper
        start: '0'
        end: '999'
  PersonnelVcard:
    type: Simple
    routePath: '/{person}'
    defaults:
      tag: ''
    requirements:
      person: '[1-999]'
    _arguments:
      person: person
    aspects:
      person:
        type: StaticRangeMapper
        start: '1'
        end: '999'
  PageTypeSuffix:
    type: PageType
    map:
      vcard.vcf: 888

Sources

Development and maintenance

Brightside OÜ – TYPO3 development and hosting specialised web agency

统计信息

  • 总下载量: 114
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: HTML

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2023-03-26