2017 © Pedro Peláez
 

yii2-extension golfteamplanner

Golf Team Planner Module for yii2

image

frenzelgmbh/golfteamplanner

Golf Team Planner Module for yii2

  • Monday, April 21, 2014
  • by philippfrenzel
  • Repository
  • 2 Watchers
  • 0 Stars
  • 27 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

golfteamplanner

Golf Team Planning Module for yii2 framework. Expects you to have a tbl_user in your database, containing the "id" field... The module includes the following functionalities, (*1)

  • HCP - Management
  • Team Tournament Event Management
    • Dates
    • Player commitments
    • Revision

It's published under the GPL v2. If you wanna have support, pls. contact philipp@frenzel.net. You can use the software as is..;), (*2)

Installation

Install package via composer "frenzelgmbh/golfteamplanner": "dev-master", (*3)

Update config file config/web.php and config/db.php, (*4)

// app/config/web.php
return [
    'modules' => [
        'golfteamplanner' => [
            'class' => 'frenzelgmbh\golfteamplanner\Module',
            // set custom module properties here ...
        ],
    ],
];
// app/config/db.php
return [
        'class' => 'yii\db\Connection',
        // set up db info
];

Run migration file php yii migrate --migrationPath=@vendor/frenzelgmbh/golfteamplanner/migrations, (*5)

The Versions

21/04 2014

dev-master

9999999-dev

Golf Team Planner Module for yii2

  Sources   Download

MIT

The Requires

 

The Development Requires

yii2 frenzel gmbh golf team planner