love4php / yii2-customize
Customize yii2
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/love4php/yii2-customize
This package is not auto-updated.
Last update: 2025-10-11 14:02:31 UTC
README
"# yii2-customize"
Mysql Schema : return [ 'class' => 'yii\db\Connection', 'dsn' => 'pgsql:host=localhost;dbname=db_name', 'username' => 'db_username', 'password' => 'db_password', 'charset' => 'utf8', 'schemaMap' => [ 'pgsql'=> [ 'class'=>'love4php\yii2_customize\db\mysql\Schema', 'defaultSchema' => 'public' //specify your schema here ] ], // PostgreSQL ];