dev-master
9999999-devGolf Team Planner Module for yii2
MIT
The Requires
The Development Requires
yii2 frenzel gmbh golf team planner
Golf Team Planner Module for yii2
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)
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)
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)
Golf Team Planner Module for yii2
MIT
yii2 frenzel gmbh golf team planner