Skip to content

LaurentGruber/PathBundle

 
 

Repository files navigation

PathBundle

![SensioLabs Insight][1]

Installation

Install with composer :

$ composer require "innova/path-bundle" "2.*" 
$ 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 40.5%
  • JavaScript 33.3%
  • HTML 19.7%
  • CSS 5.6%
  • Other 0.9%