Skip to content

drongen/languara-symfony-plugin

Repository files navigation

Languara Plugin for Symfony 2.x

Install

Add languara plugin information to your composer.json file:


"require": {
  "languara/symfonybundle": "1.0.*@dev"
}

Use composer to install this package.


$ composer update

Register the pakcage

Register the plugin in app/AppKernel.php


public function registerBundles()
  {
    $bundles = array(
    ......
    new Languara\SymfonyBundle\LanguaraSymfonyBundle(),
  );

Configure the Package

You need to manually enter the project_id, project_api_key, project_deployment_id, project_api_secret in the config file of the package located in vendor/languara/symfonybundle/Resources/config/config.php.

Usage

After you install and configure the plugin you can choose one of these commands:

$ php app/console languara:pull

to download your content from Languara to your app.


$ php app/console languara:push

to upload your content from your app to Languara.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published