2017 © Pedro Peláez
 

library orchestrate

Orchestra platform extension generator

image

elepunk/orchestrate

Orchestra platform extension generator

  • Friday, May 9, 2014
  • by shopalicious
  • Repository
  • 1 Watchers
  • 4 Stars
  • 39 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Orchestrate

Orchestra/Platform extension skeleton generator. This will provide you with a basic directory structures needed to kickstart the development process., (*1)

Build Status Scrutinizer Quality Score Code Coverage, (*2)

Installation & Usage

Add the package into your composer.json file., (*3)

"require": {
    "elepunk/orchestrate": "0.2.*"
 },
 ```

Update ```app/start/global.php``` so that Orchestra\Platform is able to detect the extensions.

```php
App::make('orchestra.extension.finder')->addPath(base_path().'/extensions/*/*/');

Add the service provider in app/config/app.php., (*4)

'providers' => array(
    'Elepunk\Orchestrate\OrchestrateServiceProvider'
),

Run php artisan orchestrate foo/barto generate the extension skeleton., (*5)

Run php artisan dump-autoload to reload the autoloader., (*6)

Run php artisan extension:detect and you will see your newly created extension. All extensions will be created under extension directory., (*7)

If you want to change the default directory just publish the configuration file php artisan config:publish elepunk/orchestrate., (*8)

The Versions

09/05 2014

dev-master

9999999-dev

Orchestra platform extension generator

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

laravel generator orchestrate orchestra-platform orchestra

27/01 2014

dev-develop

dev-develop

Orchestra platform extension generator

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

laravel generator orchestrate orchestra-platform orchestra

27/01 2014

v0.1.1

0.1.1.0

Orchestra platform extension generator

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

laravel generator orchestrate orchestra-platform orchestra

26/01 2014

v0.1.0

0.1.0.0

Orchestra platform extension generator

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

laravel generator orchestrate orchestra-platform orchestra