integrated/profile-bundle

Integrated profile bundle

dev-master 2018-01-05 14:21 UTC

This package is auto-updated.

Last update: 2024-04-07 19:03:33 UTC


README

Profiles users

Requirements

  • jQuery is required for the frontend
  • See the require section in the composer.json

Documentation

Installation

This bundle can be installed following these steps:

Install using composer

$ php composer.phar require integrated/profile-bundle:~0.1

Enable the bundle

// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Integrated\Bundle\ProfileBundle\IntegratedProfileBundle()
        // ...
    );
}

Import the routing

# app/config/routing.yml
integrated_profile:
    resource: @IntegratedProfileBundle/Resources/config/routing.yml

License

This bundle is under the MIT license. See the complete license in the bundle:

LICENSE

Contributing

Pull requests are welcome. Please see our CONTRIBUTING guide.

About

This bundle is part of the Integrated project. You can read more about this project on the Integrated for developers website.