innova / path-bundle
Claroline Path Bundle
Installs: 2 416
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 19
Forks: 14
Type:claroline-plugin
Requires
- claroline/core-bundle: ~6.0
- claroline/tag-bundle: ~6.0
- claroline/team-bundle: ~6.0
- innova/angular-ui-pageslide-bundle: ~5.0
- dev-master
- v6.1.11
- v6.1.10
- v6.1.9
- v6.1.8
- v6.1.7
- v6.1.6
- v6.1.5
- v6.1.4
- v6.1.3
- v6.1.2
- v6.1.1
- v6.1.0
- v6.0.11
- v6.0.10
- v6.0.9
- v6.0.8
- v6.0.7
- v6.0.6
- v6.0.5
- v6.0.4
- v6.0.3
- v6.0.2
- v6.0.1
- v6.0.0
- 5.x-dev
- v5.3.17
- v5.3.16
- v5.3.15
- v5.3.14
- v5.3.13
- v5.3.12
- v5.3.11
- v5.3.10
- v5.3.9
- v5.3.8
- v5.3.7
- v5.3.6
- v5.3.5
- v5.3.4
- v5.3.3
- v5.3.2
- v5.3.1
- v5.3.0
- v5.2.4
- v5.2.3
- v5.2.2
- v5.2.1
- v5.2.0
- v5.1.5
- v5.1.4
- v5.1.3
- v5.1.2
- v5.1.1
- v5.1.0
- v5.0.5
- v5.0.4
- v5.0.3
- v5.0.2
- v5.0.1
- v5.0.0
- 4.x-dev
- v4.0.8
- v4.0.7
- v4.0.6
- v4.0.5
- v4.0.4
- v4.0.3
- v4.0.2
- v4.0.1
- v4.0.0
- 3.x-dev
- v2.4.12
- v2.4.11
- v2.4.10
- v2.4.9
- v2.4.8
- v2.4.7
- v2.4.6
- v2.4.5
- v2.4.4
- v2.4.3
- v2.4.2
- v2.4.1
- v2.4.0
- v2.3.1
- v2.3.0
- v2.2.4
- v2.2.3
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- 2.0.x-dev
- v2.0.10
- v2.0.9
- v2.0.8
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.3.1
- v1.3
- 1.2.x-dev
- v1.2.10
- v1.2.9
- v1.2.8
- v1.2.7
- v1.2.6
- v1.2.5
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.0
- dev-fix-condition
- dev-es6
- dev-CPASimUSante-conditions
- dev-conditions
This package is not auto-updated.
Last update: 2024-11-04 15:19:59 UTC
README
DEVELOPMENT HAS MOVED TO claroline/Distribution. THIS REPOSITORY IS NO LONGER MAINTAINED.
PathBundle
Installation
Install with composer :
$ composer require "innova/path-bundle" "6.*"
$ php app/console claroline:plugin:install InnovaPathBundle
Uninstall
$ php app/console claroline:plugin:uninstall InnovaPathBundle
Command line
The PathBundle provides a new Symfony 2 command to publish Paths into the application :
$ php app/console innova:path:publish
It accepts the following arguments :
--force, -f
Additional to Paths which need publishing (not already published or pending modifications), the command will publish Paths which are not flagged to publish.
--workspace[=workspaceId], -w[=workspaceId]
Publish only Paths which are in this Workspace.
--path[=pathId], -p[=pathId]
Publish a specific Path.
Requests
Go to Claroline if you want to ask for new features.
Go to Claroline Support if you encounter some bugs.
Authors
- Donovan Tengblad (purplefish32)
- Axel Penin (Elorfin)
- Arnaud Bey (arnaudbey)
- Eric Vincent (ericvincenterv)
- Nicolas Dufour (eldoniel)