laxcorp/profile-admin-bundle

LaxCorp billing profile admin

Installs: 349

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Twig

Type:symfony-bundle

v4.0.2 2021-06-10 05:52 UTC

README

Install

composer require laxcorp/profile-admin-bundle

Add in app/AppKernel.php

$bundles = [
    new LaxCorp\BillingPartnerBundle\ProfileAdminBundle()
]

Add in app/congif/routing.yml

lax_corp_profile_admin:
    resource: "@ProfileAdminBundle/Resources/config/routing.yml"