-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Bizley edited this page Dec 3, 2018
·
1 revision
Welcome to the yii2-podium-client wiki!
Installation:
'modules' => [
'podium' => \bizley\podium\client\PodiumClient::class,
],
Migrations:
'controllerMap' => [
'migrate' => [
'class' => \yii\console\controllers\MigrateController::class,
'migrationNamespaces' => [
'bizley\podium\api\migrations',
'bizley\podium\client\migrations',
],
'migrationPath' => null,
],
],