itk-dev/user-bundle

Installs: 757

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 11

Language:HTML

Type:symfony-bundle


README

User bundle overrides the templates in the FOSUserBundle so it uses Bootstrap 4 styles.

Getting started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installing

There are multiple ways you could set up this project for development. Typically you would want to develop and test it in a Symfony project:

Install the ITK Development user-bundle:

# Clone the code to a place e.g. inside your Symfony 
git clone git@github.com:itk-dev/user-bundle.git bundles/user-bundle

# Install it with Composer
composer config repositories.itk-dev/user-bundle path bundles/user-bundle
composer require itk-dev/user-bundle:dev-develop

Follow the instructions found here to configure the bundle.

Running the tests

Coding standards

composer check-coding-standards

# Most of the times the tools can fix it: (Twig templates excluded)
composer apply-coding-standards

Deployment

composer require itk-dev/user-bundle

Follow the instructions found here to configure the bundle.

Documentation

See the doc folder for documentation.

Contributing

Pull Request Process

  1. Update the README.md with details of changes that are relevant.
  2. Add or update documentation files in the doc folder if needed.
  3. You may merge the Pull Request in once you have the sign-off of one other developer, or if you do not have permission to do that, you may request the reviewer to merge it for you.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the MIT License - see the LICENSE file for details.