PHP code example of elepunk / orchestrate

1. Go to this page and download the library: Download elepunk/orchestrate library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

elepunk / orchestrate example snippets


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

'providers' => array(
    'Elepunk\Orchestrate\OrchestrateServiceProvider'
),
 artisan orchestrate foo/bar
 artisan dump-autoload
 artisan extension:detect
 artisan config:publish elepunk/orchestrate
app/start/global.php
app/config/app.php