Simple bundle that will help you forcing users to agree with terms of service before being able to use your application.
todo
composer require mp3000mp/tos-bundle
You can define the User
class to be used as relationship with TermsOfSericeSignature entity in config/package/mp3000mp_tos.yaml
mp3000mp_tos:
user_provider: App\Entity\User
You can choose the route prefix in config/routes/mp3000mp_tos.yaml
mp3000mp_tos:
resource: "@Mp3000mpTOSBundle/Resources/config/routes.yaml"
prefix: /tos
You can override all templates located in vendor/Mp3000mp/TOSBundle/Resources/views/
in your own project directory src/templates/bundles/Mp3000mpTOSBundle/
This bundle is under the Apache 2.0 license. See the complete license in the bundle
TOSBundle is a mp3000mp initiative.