Download the PHP package ics/userhelp-bundle without Composer
On this page you can find all versions of the php package ics/userhelp-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package userhelp-bundle
Imperium Clan Software - Userhelp Bundle
Userhelp management for symfony
This bundle provide javascript help for symfony with :
- Tracelytics pageguide.js for inline help
Installation
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
Applications that don't use Symfony Flex
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the config/bundles.php
file of your project:
Configuration
Help Initialisation
Add this lines in base.html.twig
. The code show help only if route is configured in userhelp.yaml
Help configuraton
Create a new file userhelp.yaml
helpcolor
properties values are :
- primary
- secondary
- success
- warning
- danger
- info
- dark
position
property values are :
- left
- top
- right
- bottom
Intro Initialisation
Routing Installation
Intro needs route for save if user see all intro, configure config/routes.yaml
Adding js and css files to your base.html.twig
. The code show intro only if route is configured in userhelp.yaml
Intro configuraton
Create a new file userhelp.yaml
introTheme
property values are :
- dark
- flattener
- modern
- nassim
- nazanin
- royal
All versions of userhelp-bundle with dependencies
symfony/framework-bundle Version ^5
symfony/dependency-injection Version ^5
symfony/routing Version ^5
symfony/form Version ^5
doctrine/orm Version ^2.8
twig/twig Version ^3.3
ics/navigation-bundle Version ^0
symfony/security-bundle Version ^5