Symfony Think Orm Bundle
關於
thinkorm-bundle
允許在你symfony使用thinkorm. 所
安裝
$ composer require ccwwwonebyone/thinkorm-bundle
使用
在 config/bundles.php
新增onethinkorm-bundle
return [
//...
OneThink\OrmBundle\OneThinkOrmBundle::class => ['all' => true],
]
配置
移動 vendor/ccwwonebyone/thinkorm-bundle/config/packages/one_think_orm.yaml
到 config/packages/one_think_orm.yaml
新增 .env
配置資訊
DB_HOSTNAME=host
DB_USERNAME=username
DB_PASSWORD=password
DB_DATABASE=database
APP_DEBUG=true
you can see ThinkORM開發指南 瞭解更多配置,和如何使用thinkorm
License
Released under the MIT License, see LICENSE.
本作品採用《CC 協議》,轉載必須註明作者和本文連結