itk-dev / user-bundle
Installs: 806
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 11
Language:HTML
Type:symfony-bundle
Requires
- friendsofsymfony/user-bundle: ^2.1
- symfony/framework-bundle: ^4.3
- twig/twig: ^2.12
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.15
- friendsoftwig/twigcs: ^3.1
- dev-develop
- 2.x-dev
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- 0.0.1
- dev-dependabot/composer/twig/twig-2.15.3
- dev-dependabot/composer/symfony/http-kernel-4.4.18
- dev-dependabot/composer/symfony/security-core-4.4.23
- dev-dependabot/composer/symfony/security-guard-4.4.23
- dev-dependabot/composer/symfony/security-http-4.4.22
- dev-dependabot/composer/symfony/var-exporter-4.4.4
- dev-dependabot/composer/symfony/http-foundation-4.4.1
- dev-dependabot/composer/symfony/mime-4.4.1
- dev-dependabot/composer/symfony/cache-4.3.9
- dev-master
This package is auto-updated.
Last update: 2024-10-24 13:52:38 UTC
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
- Update the README.md with details of changes that are relevant.
- Add or update documentation files in the doc folder if needed.
- 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.