PHPackages                             sanatorium/githelper - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. sanatorium/githelper

ActivePlatform-extension[Utility &amp; Helpers](/categories/utility)

sanatorium/githelper
====================

Extension to manage versioned extensions &amp; dependencies

3.1.0(9y ago)00PHPPHP &gt;=5.4.0

Since Apr 27Pushed 9y ago2 watchersCompare

[ Source](https://github.com/rozklad/platform-githelper)[ Packagist](https://packagist.org/packages/sanatorium/githelper)[ RSS](/packages/sanatorium-githelper/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (27)Used By (0)

sanatorium/githelper
====================

[](#sanatoriumgithelper)

Extension to manage versioned extensions &amp; dependencies

[![Preview](preview.png)](preview.png)

Documentation
-------------

[](#documentation)

Helper for managing git packages within your Cartalyst Platform.

### Configuration

[](#configuration)

You can setup paths to your extensions or any other packages in config/sanatorium-githelper.php

```
/*
|--------------------------------------------------------------------------
| Paths
|--------------------------------------------------------------------------
|
| Following paths will be scanned by this extension to find
| versioned extensions. These will be available in admin
| area for automated operations.
|
*/

'paths' => [
    'extensions/sanatorium',
    '../langs',
]

```

### Updating extensions directly from git

[](#updating-extensions-directly-from-git)

Now when you are syncing extensions to git, you might want to always keep your extensions at the latest version. Following artisan command (php artisan dev) is made for that:

```
