整合 think-ORM 的 symfony bundle thinkorm-bundle

ccwwonebyone發表於2019-11-29

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.yamlconfig/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 協議》,轉載必須註明作者和本文連結

相關文章