Skip to content

drongen/laravel4-languara-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Languara Plugin for Laravel 4

Install

Add languara plugin information to your composer.json file:


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

Use composer to install this package.


$ composer update

Register the pakcage

Register the service provider within the providers array found in app/config/app.php:


'providers' => array(
    // ...
    'Languara\Plugin\PluginServiceProvider'
)

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 src/config/config.php.

Usage

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

$ php artisan languara:pull

to download your content from Languara to your app.


$ php artisan 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

Languages