mobilecart/hwioauthbundle

Mobile Cart OAuth integration with HWI/OAuthBundle

Installs: 48

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/mobilecart/hwioauthbundle

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

This package is not auto-updated.

Last update: 2025-10-12 00:31:03 UTC


README

Mobile Cart OAuth integration with HWI/OAuthBundle

How to Install:

  • composer require mobilecart/hwioauthbundle:dev-master
  • enable the 2 bundles in app/AppKernel.php :
  • new HWI\Bundle\OAuthBundle\HWIOAuthBundle(),
  • new MobileCart\HWIOAuthBundle\MobileCartHWIOAuthBundle(),
  • update/reload Doctrine schema with app/console
  • merge/over-write the default Mobile Cart app/config/security.yml with the supplied Resources/config/security.yml
  • see the supplied Resources/config/routing.yml and follow the directions regarding what to add and remove
  • append the supplied Resources/config/config.yml to your app/config/config.yml and add your account details