digedag/cfc-league-fe 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

digedag/cfc-league-fe

最新稳定版本:v1.12.0

Composer 安装命令:

composer require digedag/cfc-league-fe

包简介

TYPO3 extension to manage sports competitions and clubs.

README 文档

README

TYPO3 compatibility Latest Stable Version Total Downloads Code Style License Follow @T3sports1 CHANGELOG

Extensive extension for Content Management System TYPO3 to manage sportclubs and competitions. This part of T3sports contains the frontend plugins to show score tables, match reports, player archives...

T3sports is the most extensive extension for sports management for CMS TYPO3. It is used by many well known clubs in Germany, Austria and Switzerland.

Keep update to date It is not recommended to use the TER to install this extension, since there are only rare updates into TER. You should better install and update from this Github repo. There are three ways to do this:

  1. Use composer

Add these entries to your composer.json

	"require": {
	  "digedag/rn-base": "*",
	  "digedag/cfc-league": "*@dev-master",
	  "digedag/cfc-league-fe": "*@dev-master",

Run composer update:

composer update --prefer-dist digedag/cfc-league-fe
  1. Manual checkout from Github

You can clone the source from Github into directory typo3conf/ext.

cd typo3conf/ext
git clone https://github.com/digedag/cfc_league_fe.git

To pull latest changes:

cd typo3conf/ext/cfc_league_fe
git pull
  1. Update with a script
#!/bin/bash
array=( rn_base cfc_league cfc_league_fe )
for i in "${array[@]}"
do
        wget -O $i.zip https://github.com/digedag/$i/archive/master.zip
        rm -rf $i
        unzip $i.zip
        mv $i-master $i
        rm $i.zip
done

统计信息

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

GitHub 信息

  • Stars: 3
  • Watchers: 3
  • Forks: 5
  • 开发语言: PHP

其他信息

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

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固