frenzelgmbh / golfteamplanner
Golf Team Planner Module for yii2
Installs: 33
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Type:yii2-extension
Requires
- kartik-v/yii2-grid: dev-master
- kartik-v/yii2-widgets: dev-master
- yiisoft/yii2: *
Requires (Dev)
This package is not auto-updated.
Last update: 2024-11-05 07:51:44 UTC
README
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
- 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..;)
Installation
Install package via composer "frenzelgmbh/golfteamplanner": "dev-master"
Update config file config/web.php and config/db.php
// 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