mobilecart/hwioauthbundle

Mobile Cart OAuth 与 HWI/OAuthBundle 集成

dev-master 2016-07-18 02:28 UTC

This package is not auto-updated.

Last update: 2024-09-14 18:53:03 UTC


README

Mobile Cart OAuth 与 HWI/OAuthBundle 集成

安装方法

  • composer require mobilecart/hwioauthbundle:dev-master
  • 在 app/AppKernel.php 中启用 2 个包
  • new HWI\Bundle\OAuthBundle\HWIOAuthBundle(),
  • new MobileCart\HWIOAuthBundle\MobileCartHWIOAuthBundle(),
  • 使用 app/console 更新/重新加载 Doctrine 架构
  • 将提供的 Resources/config/security.yml 与默认的 Mobile Cart app/config/security.yml 合并/覆盖
  • 查看提供的 Resources/config/routing.yml,按照指示添加和删除内容
  • 将提供的 Resources/config/config.yml 追加到 app/config/config.yml 中,并添加您的账户详情