ngodfraind / PathBundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PathBundle

SensioLabsInsight

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.

Authors

  • Donovan Tengblad (purplefish32)
  • Axel Penin (Elorfin)
  • Arnaud Bey (arnaudbey)
  • Eric Vincent (ericvincenterv)
  • Nicolas Dufour (eldoniel)

#Conditions

About


Languages

Language:PHP 43.7%Language:JavaScript 33.9%Language:HTML 18.7%Language:CSS 3.7%